From 82ecaaac9178566533f738d041f5c4fc578d9348 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 27 Mar 2012 00:51:10 +0100 Subject: [console] Remove "log message" usage from interactive console defaults Signed-off-by: Michael Brown --- src/interface/efi/efi_console.c | 2 +- src/interface/linux/linux_console.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interface') diff --git a/src/interface/efi/efi_console.c b/src/interface/efi/efi_console.c index 54b0c0804..6b6124380 100644 --- a/src/interface/efi/efi_console.c +++ b/src/interface/efi/efi_console.c @@ -52,7 +52,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); /* Set default console usage if applicable */ #if ! ( defined ( CONSOLE_EFI ) && CONSOLE_EXPLICIT ( CONSOLE_EFI ) ) #undef CONSOLE_EFI -#define CONSOLE_EFI CONSOLE_USAGE_ALL +#define CONSOLE_EFI ( CONSOLE_USAGE_ALL & ~CONSOLE_USAGE_LOG ) #endif /** Current character attribute */ diff --git a/src/interface/linux/linux_console.c b/src/interface/linux/linux_console.c index c79e52631..5105eaa94 100644 --- a/src/interface/linux/linux_console.c +++ b/src/interface/linux/linux_console.c @@ -38,7 +38,7 @@ FILE_LICENCE(GPL2_OR_LATER); /* Set default console usage if applicable */ #if ! ( defined ( CONSOLE_LINUX ) && CONSOLE_EXPLICIT ( CONSOLE_LINUX ) ) #undef CONSOLE_LINUX -#define CONSOLE_LINUX CONSOLE_USAGE_ALL +#define CONSOLE_LINUX ( CONSOLE_USAGE_ALL & ~CONSOLE_USAGE_LOG ) #endif static void linux_console_putchar(int c) -- cgit v1.2.3-55-g7522