Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[linux-2.6-block.git] / arch / x86 / boot / compressed / early_serial_console.c
CommitLineData
8fee13a4
YL
1#include "misc.h"
2
6044d159
MR
3/* This might be accessed before .bss is cleared, so use .data instead. */
4int early_serial_base __section(".data");
8fee13a4
YL
5
6#include "../early_serial_console.c"