Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab046a93 authored by Michael Neuling's avatar Michael Neuling Committed by Benjamin Herrenschmidt
Browse files

powerpc: Pack arch_hw_breakpoint to avoid holes in struct



No functional change

Signed-off-by: default avatarMichael Neuling <mikey@neuling.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 4bc77a5e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>