From 613d74abb2aa3dc2c911530f9e813d68370d84f4 Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Wed, 5 Sep 2012 19:17:47 +0000 Subject: [PATCH] --- yaml --- r: 330272 b: refs/heads/master c: ab046a937629172d5da2bbf4867d89507280759f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/include/asm/hw_breakpoint.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index a61238f7639e..8f5b51526774 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4bc77a5ed215b4ec9cc39d5f55323b2e68000055 +refs/heads/master: ab046a937629172d5da2bbf4867d89507280759f diff --git a/trunk/arch/powerpc/include/asm/hw_breakpoint.h b/trunk/arch/powerpc/include/asm/hw_breakpoint.h index be04330af751..39b323e80c30 100644 --- a/trunk/arch/powerpc/include/asm/hw_breakpoint.h +++ b/trunk/arch/powerpc/include/asm/hw_breakpoint.h @@ -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