Skip to content

Commit

Permalink
powerpc: Pack arch_hw_breakpoint to avoid holes in struct
Browse files Browse the repository at this point in the history
No functional change

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Michael Neuling authored and Benjamin Herrenschmidt committed Sep 7, 2012
1 parent 4bc77a5 commit ab046a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/powerpc/include/asm/hw_breakpoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
#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>
Expand Down

0 comments on commit ab046a9

Please sign in to comment.