diff options
| author | Poonam Aggrwal <[email protected]> | 2009-09-02 13:35:21 +0530 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2009-09-08 09:10:08 -0500 |
| commit | 58442dc01e47cc8ce42af4f29486a34cad60b9d2 (patch) | |
| tree | c89902a6131b557e2d64cd3be9854e845f24ae6c /include/asm-ppc/processor.h | |
| parent | 3e7b6c1f2db5ec31f9e7dbc3e0cbca602167a46a (diff) | |
ppc/85xx,86xx: Handling Unknown SOC version
Incase the system is detected with Unknown SVR, let the system boot
with a default value and a proper message.
Now with dynamic detection of SOC properties from SVR, this is necessary
to prevent a crash.
Signed-off-by: Poonam Aggrwal <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'include/asm-ppc/processor.h')
| -rw-r--r-- | include/asm-ppc/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index 78ef4187f23..0a4c66c9d9e 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -1034,6 +1034,8 @@ #define SVR_8641 0x809000 #define SVR_8641D 0x809001 +#define SVR_Unknown 0xFFFFFF + #define _GLOBAL(n)\ .globl n;\ n: |
