signal: Deliver all of the siginfo perf data in _perf
[linux-2.6-microblaze.git] / include / linux / compat.h
index 6af7bef..a27fffa 100644 (file)
@@ -236,7 +236,10 @@ typedef struct compat_siginfo {
                                        u32 _pkey;
                                } _addr_pkey;
                                /* used when si_code=TRAP_PERF */
-                               compat_ulong_t _perf;
+                               struct {
+                                       compat_ulong_t _data;
+                                       u32 _type;
+                               } _perf;
                        };
                } _sigfault;