|
@@ -614,7 +614,7 @@ static bool __init snb_gfx_workaround_needed(void)
|
|
|
{
|
|
|
int i;
|
|
|
u16 vendor, devid;
|
|
|
- static const u16 snb_ids[] = {
|
|
|
+ static const __initconst u16 snb_ids[] = {
|
|
|
0x0102,
|
|
|
0x0112,
|
|
|
0x0122,
|
|
@@ -646,7 +646,7 @@ static bool __init snb_gfx_workaround_needed(void)
|
|
|
*/
|
|
|
static void __init trim_snb_memory(void)
|
|
|
{
|
|
|
- static const unsigned long bad_pages[] = {
|
|
|
+ static const __initconst unsigned long bad_pages[] = {
|
|
|
0x20050000,
|
|
|
0x20110000,
|
|
|
0x20130000,
|