mirror of
https://github.com/drasko/codezero.git
synced 2026-03-23 04:21:52 +01:00
Kernel updates since December 2009
This commit is contained in:
@@ -20,9 +20,11 @@
|
||||
#define ARM_NOIRQ_FIQ 0xD1
|
||||
#define ARM_NOIRQ_USR 0xD0
|
||||
#define ARM_NOIRQ_SYS 0xDF
|
||||
|
||||
/* For enabling *clear* these bits */
|
||||
#define ARM_IRQ_BIT 0x80
|
||||
#define ARM_FIQ_BIT 0x40
|
||||
#define ARM_IRQ_BIT 0x080
|
||||
#define ARM_FIQ_BIT 0x040
|
||||
#define ARM_A_BIT 0x100 /* Asynchronous abort */
|
||||
|
||||
/* Notes about ARM instructions:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user