Commit dc6ba965 by Ben Elliston

spu_intrinsics.h (SPU_RdEventStatMask): Rename to SPU_RdEventMask.

	* config/spu/spu_intrinsics.h (SPU_RdEventStatMask): Rename to
	SPU_RdEventMask.
	* config/spu/spu_mfcio.h (spu_read_event_mask): Update.

From-SVN: r119111
parent a991f101
2006-11-23 Ben Elliston <bje@au.ibm.com>
2006-11-23 Ulrich Weigand <uweigand@de.ibm.com>
* config/spu/spu_intrinsics.h (SPU_RdEventStatMask): Rename to
SPU_RdEventMask.
* config/spu/spu_mfcio.h (spu_read_event_mask): Update.
* config/spu/spu_mfcio.h (struct mfc_list_element): Change width
of size bitfield.
2006-11-23 Ben Elliston <bje@au.ibm.com>
* config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p.
2006-11-23 Zdenek Dvorak <dvorakz@suse.cz>
......
......@@ -45,7 +45,7 @@
#define SPU_RdSigNotify2 4
#define SPU_WrDec 7
#define SPU_RdDec 8
#define SPU_RdEventStatMask 11
#define SPU_RdEventMask 11
#define SPU_RdMachStat 13
#define SPU_WrSRR0 14
#define SPU_RdSRR0 15
......
......@@ -260,7 +260,7 @@ typedef struct mfc_list_element {
#define spu_stat_event_status() spu_readchcnt(SPU_RdEventStat)
#define spu_write_event_mask(mask) spu_writech(SPU_WrEventMask,(mask))
#define spu_write_event_ack(ack) spu_writech(SPU_WrEventAck,(ack))
#define spu_read_event_mask() spu_readch(SPU_RdEventStatMask)
#define spu_read_event_mask() spu_readch(SPU_RdEventMask)
/* SPU State Management */
#define spu_read_machine_status() spu_readch(SPU_MachStat)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment