]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh/user.h
Spell out behavior of atomic_dec_and_lock() in kerneldoc
[linux-2.6-omap-h63xx.git] / include / asm-sh / user.h
index 706b1c7baba9465f6c54a65dc20e26231a5aaacb..8fd3cf6c58d4b31925ce72d2966906ba0456fab6 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 #if defined(__SH5__) || defined(CONFIG_CPU_SH5)
-struct user fpu_struct {
+struct user_fpu_struct {
        unsigned long fp_regs[32];
        unsigned int fpscr;
 };
@@ -52,7 +52,7 @@ struct user {
        unsigned long   start_data;             /* data starting address */
        unsigned long   start_stack;            /* stack starting address */
        long int        signal;                 /* signal causing core dump */
-       struct regs *   u_ar0;                  /* help gdb find registers */
+       unsigned long   u_ar0;                  /* help gdb find registers */
        struct user_fpu_struct* u_fpstate;      /* Math Co-processor pointer */
        unsigned long   magic;                  /* identifies a core file */
        char            u_comm[32];             /* user command name */