linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / parisc / kernel / real2.S
index 789061f..8c2859c 100644 (file)
@@ -7,6 +7,7 @@
  * Copyright (C) 2000 Hewlett Packard (Paul Bame bame@puffin.external.hp.com)
  *
  */
+#include <linux/config.h>
 
 #include <asm/psw.h>
 #include <asm/assembly.h>
@@ -275,6 +276,15 @@ r64_ret:
 
 #endif
 
+       .export pc_in_user_space
+       .text
+       /* Doesn't belong here but I couldn't find a nicer spot. */
+       /* Should never get called, only used by profile stuff in time.c */
+pc_in_user_space:
+       bv,n    0(%rp)
+       nop
+
+
        .export __canonicalize_funcptr_for_compare
        .text
        /* http://lists.parisc-linux.org/hypermail/parisc-linux/10916.html