kernel/arch/sparc/kernel/btext.c
.. .. @@ -24,7 +24,7 @@ 24 24 static void draw_byte_16(unsigned char *bits, unsigned int *base, int rb); 25 25 static void draw_byte_8(unsigned char *bits, unsigned int *base, int rb); 26 26 27 -#define __force_data __attribute__((__section__(".data")))27 +#define __force_data __section(".data")28 28 29 29 static int g_loc_X __force_data; 30 30 static int g_loc_Y __force_data;