]> err.no Git - linux-2.6/blobdiff - include/asm-arm/traps.h
memory hotplug: allocate usemap on the section with pgdat
[linux-2.6] / include / asm-arm / traps.h
index f1541afcf85c200c457fb48fc93d5c88d250902d..aa399aec568ef02533c2d6694f192f91a8446ab5 100644 (file)
@@ -24,4 +24,6 @@ static inline int in_exception_text(unsigned long ptr)
               ptr < (unsigned long)&__exception_text_end;
 }
 
+extern void __init early_trap_init(void);
+
 #endif