| Submitter | York Sun |
|---|---|
| Date | July 20, 2012, 8:59 p.m. |
| Message ID | <1342817979-677-1-git-send-email-yorksun@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/172352/ |
| State | Accepted |
| Commit | 718f2b318764233cb5dec5e740962a66eecbabad |
| Delegated to: | Andy Fleming |
| Headers | show |
Comments
Patch
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index 489dd61..7bd3789 100644 --- a/arch/powerpc/include/asm/processor.h +++ b/arch/powerpc/include/asm/processor.h @@ -1104,9 +1104,7 @@ #define SVR_8641D 0x809001 #define SVR_9130 0x860001 -#define SVR_9130_E 0x860801 #define SVR_9131 0x860000 -#define SVR_9131_E 0x860800 #define SVR_Unknown 0xFFFFFF
Commit 48f6a5c34 removed E bit. BSC9130/1 were left out due to patch apply timing. Remove them now. Signed-off-by: York Sun <yorksun@freescale.com> --- arch/powerpc/include/asm/processor.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)