Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348815
b: refs/heads/master
c: ab3cd86
h: refs/heads/master
i:
  348813: a18575a
  348811: 3f9c9ab
  348807: f7c1c2a
  348799: 4b0bd8c
v: v3
  • Loading branch information
H. Peter Anvin committed Jan 14, 2013
1 parent e9168b0 commit 929151f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9acc5365dbda29f7be2884efb63771dc24bd815
refs/heads/master: ab3cd8670e0b3fcde7f029e1503ed3c5138e9571
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 929151f

Please sign in to comment.