Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 2463 → Rev 2464

/branches/arm/kernel/arch/arm32/include/regutils.h
37,7 → 37,6
#ifndef KERN_arm32_REGUTILS_H_
#define KERN_arm32_REGUTILS_H_
 
 
#define STATUS_REG_IRQ_DISABLED_BIT (1 << 7)
#define STATUS_REG_MODE_MASK 0x1f
 
53,7 → 52,6
#define UNDEFINED_MODE 0x1b
#define SYSTEM_MODE 0x1f
 
 
/* [CS]PRS manipulation macros */
#define GEN_STATUS_READ(nm,reg) \
static inline uint32_t nm## _status_reg_read(void) \