Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143488
b: refs/heads/master
c: 1a544e6
h: refs/heads/master
v: v3
  • Loading branch information
Russ Anderson authored and Ingo Molnar committed Apr 3, 2009
1 parent 3139489 commit 3341208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: c4c4688f72e638708e5f6b5c259699de82a36fec
refs/heads/master: 1a544e659cbfce178395e9a090a47d1907d0cfa8
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/bios_uv.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ void uv_bios_init(void)
memcpy(&uv_systab, tab, sizeof(struct uv_systab));
iounmap(tab);

printk(KERN_INFO "EFI UV System Table Revision %d\n", tab->revision);
printk(KERN_INFO "EFI UV System Table Revision %d\n",
uv_systab.revision);
}
#else /* !CONFIG_EFI */

Expand Down

0 comments on commit 3341208

Please sign in to comment.