http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
095fce1
)
Hopefully fix gcc3 build issue
author
Michael Brown
<mcb30@etherboot.org>
Wed, 30 Aug 2006 13:55:52 +0000
(13:55 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 30 Aug 2006 13:55:52 +0000
(13:55 +0000)
src/core/serial.c
patch
|
blob
|
history
diff --git
a/src/core/serial.c
b/src/core/serial.c
index
52cf0e4
..
94bb8d1
100644
(file)
--- a/
src/core/serial.c
+++ b/
src/core/serial.c
@@
-91,7
+91,7
@@
#define uart_writeb(val,addr) outb((val),(addr))
#endif
-struct console_driver serial_console;
+struct console_driver serial_console
__console_driver
;
/*
* void serial_putc(int ch);