mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 02:52:56 +00:00
powerpc: Pack arch_hw_breakpoint to avoid holes in struct
No functional change Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
4bc77a5ed2
commit
ab046a9376
@ -27,10 +27,10 @@
|
|||||||
#ifdef CONFIG_HAVE_HW_BREAKPOINT
|
#ifdef CONFIG_HAVE_HW_BREAKPOINT
|
||||||
|
|
||||||
struct arch_hw_breakpoint {
|
struct arch_hw_breakpoint {
|
||||||
bool extraneous_interrupt;
|
|
||||||
u8 len; /* length of the target data symbol */
|
|
||||||
int type;
|
|
||||||
unsigned long address;
|
unsigned long address;
|
||||||
|
int type;
|
||||||
|
u8 len; /* length of the target data symbol */
|
||||||
|
bool extraneous_interrupt;
|
||||||
};
|
};
|
||||||
|
|
||||||
#include <linux/kdebug.h>
|
#include <linux/kdebug.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user