diff options
| author | Alex Shi <alex.shi@linaro.org> | 2016-03-17 12:51:14 +0800 |
|---|---|---|
| committer | Alex Shi <alex.shi@linaro.org> | 2016-03-17 12:51:14 +0800 |
| commit | 6d0b88c88bf58bfd89ffbdaa97b03617fe8c6478 (patch) | |
| tree | 706c149c0f0d6865d14e6b18058826f9dfd49f24 /arch/powerpc/include/asm/opal-api.h | |
| parent | 258181e60ef13001b0ae05cb58079fd79ed86a46 (diff) | |
| parent | 0d1912303e54ed1b2a371be0bba51c384dd57326 (diff) | |
Merge tag 'v4.4.6' into linux-linaro-lsk-v4.4
This is the 4.4.6 stable release
Diffstat (limited to 'arch/powerpc/include/asm/opal-api.h')
| -rw-r--r-- | arch/powerpc/include/asm/opal-api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/opal-api.h b/arch/powerpc/include/asm/opal-api.h index 8374afed9d0a..f8faaaeeca1e 100644 --- a/arch/powerpc/include/asm/opal-api.h +++ b/arch/powerpc/include/asm/opal-api.h @@ -157,7 +157,8 @@ #define OPAL_LEDS_GET_INDICATOR 114 #define OPAL_LEDS_SET_INDICATOR 115 #define OPAL_CEC_REBOOT2 116 -#define OPAL_LAST 116 +#define OPAL_CONSOLE_FLUSH 117 +#define OPAL_LAST 117 /* Device tree flags */ |
