powerpc: Pack arch_hw_breakpoint to avoid holes in struct
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / include / asm / hw_breakpoint.h
index be04330af75194562e3473084fd33ec7589dd696..39b323e80c30d2241794c74f0a23f60d5fec47fa 100644 (file)
 #ifdef CONFIG_HAVE_HW_BREAKPOINT
 
 struct arch_hw_breakpoint {
-       bool            extraneous_interrupt;
-       u8              len; /* length of the target data symbol */
-       int             type;
        unsigned long   address;
+       int             type;
+       u8              len; /* length of the target data symbol */
+       bool            extraneous_interrupt;
 };
 
 #include <linux/kdebug.h>