Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309173
b: refs/heads/master
c: c54a354
h: refs/heads/master
i:
  309171: d157b09
v: v3
  • Loading branch information
H. Peter Anvin committed May 18, 2012
1 parent 5d3a6ce commit c271c34
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: bea3f8781e30d0abc0bd0da80aa528d44c71959e
refs/heads/master: c54a354c1835e7412a53458891b9ea05361b4e8a
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] =
"^(__init_begin|__init_end|_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 c271c34

Please sign in to comment.