Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212121
b: refs/heads/master
c: cf1d220
h: refs/heads/master
i:
  212119: 88fcee8
v: v3
  • Loading branch information
Borislav Petkov authored and Borislav Petkov committed Oct 21, 2010
1 parent 79065d5 commit 2152b22
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fda7561f438aeddf074e2db0890e283195aa7779
refs/heads/master: cf1d2200dbc214c26a116c4d0c75b7cf27bb19b6
2 changes: 2 additions & 0 deletions trunk/drivers/edac/mce_amd.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

#include <asm/mce.h>

#define BIT_64(n) (U64_C(1) << (n))

#define ERROR_CODE(x) ((x) & 0xffff)
#define EXT_ERROR_CODE(x) (((x) >> 16) & 0x1f)

Expand Down

0 comments on commit 2152b22

Please sign in to comment.