diff options
author | Chris Zankel <chris@zankel.net> | 2013-07-08 10:10:26 +0200 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2013-07-08 10:10:26 +0200 |
commit | 033d777f548645c3a906b73eef5d665aeee55092 (patch) | |
tree | 707dd7757ed59882fb1ecaf73313c325fa20dec8 /arch/powerpc/include/asm/opal.h | |
parent | xtensa: fix section mismatch in pcibios_fixup_bus (diff) | |
parent | hrtimer: Remove unused variable (diff) | |
download | linux-033d777f548645c3a906b73eef5d665aeee55092.tar.xz linux-033d777f548645c3a906b73eef5d665aeee55092.zip |
Merge branch 'timers-core-for-linus' of https://git.kernel.org/cgit/linux/kernel/git/tip/tip into tst5
Diffstat (limited to 'arch/powerpc/include/asm/opal.h')
-rw-r--r-- | arch/powerpc/include/asm/opal.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/opal.h b/arch/powerpc/include/asm/opal.h index b6c8b58b1d76..cbb9305ab15a 100644 --- a/arch/powerpc/include/asm/opal.h +++ b/arch/powerpc/include/asm/opal.h @@ -243,7 +243,8 @@ enum OpalMCE_TlbErrorType { enum OpalThreadStatus { OPAL_THREAD_INACTIVE = 0x0, - OPAL_THREAD_STARTED = 0x1 + OPAL_THREAD_STARTED = 0x1, + OPAL_THREAD_UNAVAILABLE = 0x2 /* opal-v3 */ }; enum OpalPciBusCompare { @@ -563,6 +564,8 @@ extern void opal_nvram_init(void); extern int opal_machine_check(struct pt_regs *regs); +extern void opal_shutdown(void); + #endif /* __ASSEMBLY__ */ #endif /* __OPAL_H */ |