Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300352
b: refs/heads/master
c: a3e854d
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed May 19, 2012
1 parent ffb94fd commit 645b852
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 6520fe5564acf07ade7b18a1272db1184835c487
refs/heads/master: a3e854d95a76862cd37937e0b0438f540536771a
6 changes: 5 additions & 1 deletion trunk/arch/x86/tools/relocs.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = {
* as absolute (typically defined outside any section in the linker script.)
*/
[S_REL] =
"^_end$",
"^(__init_(begin|end)|"
"__x86_cpu_dev_(start|end)|"
"(__parainstructions|__alt_instructions)(|_end)|"
"(__iommu_table|__apicdrivers|__smp_locks)(|_end)|"
"_end)$"
};


Expand Down

0 comments on commit 645b852

Please sign in to comment.