ChangeSet 1.2231.1.88, 2005/03/28 19:40:59-08:00, [EMAIL PROTECTED]

        [PATCH] x86_64: remove old decl (trivial)
        
        vm_force_exec32 and friends were still alive on 2.6.9 release, but now 
(and
        in 2.6.10) they seem deleted.
        
        Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
        Cc: Andi Kleen <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 page.h |    4 ----
 1 files changed, 4 deletions(-)


diff -Nru a/include/asm-x86_64/page.h b/include/asm-x86_64/page.h
--- a/include/asm-x86_64/page.h 2005-03-28 21:25:51 -08:00
+++ b/include/asm-x86_64/page.h 2005-03-28 21:25:51 -08:00
@@ -63,10 +63,6 @@
 #define __pgd(x) ((pgd_t) { (x) } )
 #define __pgprot(x)    ((pgprot_t) { (x) } )
 
-extern unsigned long vm_stack_flags, vm_stack_flags32;
-extern unsigned long vm_data_default_flags, vm_data_default_flags32;
-extern unsigned long vm_force_exec32;
-
 #define __START_KERNEL         0xffffffff80100000UL
 #define __START_KERNEL_map     0xffffffff80000000UL
 #define __PAGE_OFFSET           0xffff810000000000UL
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to