diff options
author | Helge Deller <deller@gmx.de> | 2006-12-19 22:33:58 +0100 |
---|---|---|
committer | Kyle McMartin <kyle@athena.road.mcmartin.ca> | 2007-02-17 00:54:42 -0500 |
commit | 94a1981df056e349b926164915894436acdb8dd5 (patch) | |
tree | 05f60dfffd2afb488f8959cf43840adb3e96b159 /arch/parisc | |
parent | e38287647467188d8b8d1adadc6ab26267758151 (diff) | |
download | blackbird-op-linux-94a1981df056e349b926164915894436acdb8dd5.tar.gz blackbird-op-linux-94a1981df056e349b926164915894436acdb8dd5.zip |
[PARISC] whitespace cleanups and unify 32/64bit user-access assembler inlines
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/mm/fault.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c index 641f9c920eee..f6f67554c623 100644 --- a/arch/parisc/mm/fault.c +++ b/arch/parisc/mm/fault.c @@ -24,10 +24,6 @@ /* dumped to the console via printk) */ -/* Defines for parisc_acctyp() */ -#define READ 0 -#define WRITE 1 - /* Various important other fields */ #define bit22set(x) (x & 0x00000200) #define bits23_25set(x) (x & 0x000001c0) |