]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/thread_info.h
[TCP] tcp_probe: use GCC printf attribute
[linux-2.6-omap-h63xx.git] / include / asm-arm / thread_info.h
index 5014794f9eb3db955fef7b114322069862ba857b..eae85b09db2eb85f5c2136fb649fdc35fbabc033 100644 (file)
@@ -57,6 +57,7 @@ struct thread_info {
        __u32                   cpu;            /* cpu */
        __u32                   cpu_domain;     /* cpu domain */
        struct cpu_context_save cpu_context;    /* cpu context */
+       __u32                   syscall;        /* syscall number */
        __u8                    used_cp[16];    /* thread used copro */
        unsigned long           tp_value;
        struct crunch_state     crunchstate;