Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349078
b: refs/heads/master
c: 2521686
h: refs/heads/master
v: v3
  • Loading branch information
Lans Zhang authored and Rafael J. Wysocki committed Jan 19, 2013
1 parent 73cb929 commit eb37fe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f427e5f1cf75bba84cccdac1d8a90552d9ae1065
refs/heads/master: 25216865392a6e1f3032855aee7407de1fe0b70c
3 changes: 3 additions & 0 deletions trunk/drivers/acpi/apei/apei-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,9 @@ static int apei_check_gar(struct acpi_generic_address *reg, u64 *paddr,
if (bit_width == 32 && bit_offset == 0 && (*paddr & 0x03) == 0 &&
*access_bit_width < 32)
*access_bit_width = 32;
else if (bit_width == 64 && bit_offset == 0 && (*paddr & 0x07) == 0 &&
*access_bit_width < 64)
*access_bit_width = 64;

if ((bit_width + bit_offset) > *access_bit_width) {
pr_warning(FW_BUG APEI_PFX
Expand Down

0 comments on commit eb37fe2

Please sign in to comment.