All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] Disable debug option of rombios by default
@ 2008-12-25  2:44 Akio Takebe
  0 siblings, 0 replies; only message in thread
From: Akio Takebe @ 2008-12-25  2:44 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

Hi,

This patch disables DEBUG_ROMBIOS by default.

Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>

Best Regards,

Akio Takebe

[-- Attachment #2: disable_debug_option.patch --]
[-- Type: text/x-diff, Size: 369 bytes --]

diff -r ec78a9bd1080 tools/firmware/rombios/rombios.h
--- a/tools/firmware/rombios/rombios.h	Thu Dec 25 11:33:49 2008 +0900
+++ b/tools/firmware/rombios/rombios.h	Thu Dec 25 11:38:13 2008 +0900
@@ -27,7 +27,7 @@
 #else
 #  define BX_ROMBIOS32     0
 #endif
-#define DEBUG_ROMBIOS    1
+#define DEBUG_ROMBIOS    0
 
 #define PANIC_PORT  0x400
 #define PANIC_PORT2 0x401

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-25  2:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-25  2:44 [Patch] Disable debug option of rombios by default Akio Takebe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.