]> err.no Git - linux-2.6/blobdiff - include/asm-xtensa/ptrace.h
Blackfin arch: add support for working around anomaly 05000312
[linux-2.6] / include / asm-xtensa / ptrace.h
index cad83e814d69be756ecd948607acf6dbd9917280..77ff02d307bba119141aacfa733d51f01c137168 100644 (file)
@@ -99,7 +99,8 @@ struct pt_regs {
        unsigned long windowbase;       /*  48 */
        unsigned long windowstart;      /*  52 */
        unsigned long syscall;          /*  56 */
-       int reserved[2];                /*  64 */
+       unsigned long icountlevel;      /*  60 */
+       int reserved[1];                /*  64 */
 
        /* Make sure the areg field is 16 bytes aligned. */
        int align[0] __attribute__ ((aligned(16)));