Add a prefetch abort handler
[safe/jmp/linux-2.6] / include / asm-arm / cpu-multi32.h
index 715e18a..3479de9 100644 (file)
@@ -21,6 +21,10 @@ extern struct processor {
         */
        void (*_data_abort)(unsigned long pc);
        /*
+        * Retrieve prefetch fault address
+        */
+       unsigned long (*_prefetch_abort)(unsigned long lr);
+       /*
         * Set up any processor specifics
         */
        void (*_proc_init)(void);