Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b33d51877726b066699b9ee40b5f512c77bdca38
Commit:     b33d51877726b066699b9ee40b5f512c77bdca38
Parent:     a055b2b4de214d7c3c5382ba7e7c65d1476826b3
Author:     Mike Frysinger <[EMAIL PROTECTED]>
AuthorDate: Thu Nov 15 21:15:47 2007 +0800
Committer:  Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Thu Nov 15 21:15:47 2007 +0800

    Blackfin arch: fix double fault definition for BF561 core A and core B
    
    VDSP has double fault on core a/b inverted for BF561 -- bit 11 is core a 
while bit 12 is core b
    
    Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
    Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
 include/asm-blackfin/mach-bf561/defBF561.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/asm-blackfin/mach-bf561/defBF561.h 
b/include/asm-blackfin/mach-bf561/defBF561.h
index 66f1996..c3c0eb1 100644
--- a/include/asm-blackfin/mach-bf561/defBF561.h
+++ b/include/asm-blackfin/mach-bf561/defBF561.h
@@ -881,8 +881,8 @@
 #define SYSTEM_RESET           0x0007  /* Initiates a system software reset */
 #define DOUBLE_FAULT_A         0x0008  /* Core A Double Fault Causes Reset */
 #define DOUBLE_FAULT_B         0x0010  /* Core B Double Fault Causes Reset */
-#define SWRST_DBL_FAULT_B      0x0800  /* SWRST Core B Double Fault */
-#define SWRST_DBL_FAULT_A      0x1000  /* SWRST Core A Double Fault */
+#define SWRST_DBL_FAULT_A      0x0800  /* SWRST Core A Double Fault */
+#define SWRST_DBL_FAULT_B      0x1000  /* SWRST Core B Double Fault */
 #define SWRST_WDT_B                   0x2000   /* SWRST Watchdog B */
 #define SWRST_WDT_A                   0x4000   /* SWRST Watchdog A */
 #define SWRST_OCCURRED         0x8000  /* SWRST Status */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to