Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-02 | x86, espfix: Fix broken header guard | H. Peter Anvin | |
Header guard is #ifndef, not #ifdef... Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> | |||
2014-05-01 | x86, espfix: Move espfix definitions into a separate header file | H. Peter Anvin | |
Sparse warns that the percpu variables aren't declared before they are defined. Rather than hacking around it, move espfix definitions into a proper header file. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> |