[PARISC] convert to use CONFIG_64BIT instead of __LP64__
[sfrench/cifs-2.6.git] / include / asm-parisc / processor.h
index 78ac4d9fa4d4eb3219821cbd2d6e74e9e210401b..d2f396721d3eb9461c41c307dc6d6da7c93d7f63 100644 (file)
@@ -38,7 +38,7 @@
 #define DEFAULT_TASK_SIZE32    (0xFFF00000UL)
 #define DEFAULT_MAP_BASE32     (0x40000000UL)
 
-#ifdef __LP64__
+#ifdef CONFIG_64BIT
 #define DEFAULT_TASK_SIZE       (MAX_ADDRESS-0xf000000)
 #define DEFAULT_MAP_BASE        (0x200000000UL)
 #else
@@ -273,7 +273,7 @@ on downward growing arches, it looks like this:
  * it in here from the current->personality
  */
 
-#ifdef __LP64__
+#ifdef CONFIG_64BIT
 #define USER_WIDE_MODE (!test_thread_flag(TIF_32BIT))
 #else
 #define USER_WIDE_MODE 0