]> Git Repo - J-linux.git/blob - arch/x86/boot/compressed/early_serial_console.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / x86 / boot / compressed / early_serial_console.c
1 #include "misc.h"
2
3 /* This might be accessed before .bss is cleared, so use .data instead. */
4 int early_serial_base __section(".data");
5
6 #include "../early_serial_console.c"
This page took 0.026487 seconds and 4 git commands to generate.