Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205459
b: refs/heads/master
c: a5b9160
h: refs/heads/master
i:
  205457: 5f0b7d2
  205455: ea40522
v: v3
  • Loading branch information
H. Peter Anvin committed Jul 28, 2010
1 parent 5c814a1 commit 1b78d44
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 1be85a6d93f4207d8c2c6238c4a96895e28cefba
refs/heads/master: a5b91606bdc9d0a0d036d2d829a22921c705573e
4 changes: 4 additions & 0 deletions trunk/arch/x86/kernel/cpu/amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,11 @@ cpu_dev_register(amd_cpu_dev);
const int amd_erratum_400[] =
AMD_OSVW_ERRATUM(1, AMD_MODEL_RANGE(0xf, 0x41, 0x2, 0xff, 0xf),
AMD_MODEL_RANGE(0x10, 0x2, 0x1, 0xff, 0xf));
EXPORT_SYMBOL_GPL(amd_erratum_400);

const int amd_erratum_383[] =
AMD_OSVW_ERRATUM(3, AMD_MODEL_RANGE(0x10, 0, 0, 0xff, 0xf));
EXPORT_SYMBOL_GPL(amd_erratum_383);

bool cpu_has_amd_erratum(const int *erratum)
{
Expand Down Expand Up @@ -676,3 +678,5 @@ bool cpu_has_amd_erratum(const int *erratum)

return false;
}

EXPORT_SYMBOL_GPL(cpu_has_amd_erratum);

0 comments on commit 1b78d44

Please sign in to comment.