Sign in
linux
/
linux
/
kernel
/
git
/
paulmck
/
linux-rcu
/
ad9446302919ee3a646ad667a9ea15f992685dca
/
.
/
arch
/
x86
/
boot
/
compressed
/
early_serial_console.c
blob: 70a8d1706d0f1fb46db84bdcb2acf140fc763e04 [
file
] [
log
] [
blame
]
#include
"misc.h"
/* This might be accessed before .bss is cleared, so use .data instead. */
int
early_serial_base __section
(
".data"
);
#include
"../early_serial_console.c"