Skip to content

Commit

Permalink
Mark the x86_cpu_dev.init section as ignored.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Abbott <[email protected]>
  • Loading branch information
Tim Abbott authored and andersk committed Jun 18, 2009
1 parent 77c73a3 commit 3f5fd76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions objmanip.c
Original file line number Diff line number Diff line change
Expand Up @@ -2742,6 +2742,8 @@ enum supersect_type supersect_type(struct supersect *ss)
return SS_TYPE_IGNORED;
if (strstarts(ss->name, ".taglist.init"))
return SS_TYPE_IGNORED;
if (strstarts(ss->name, ".x86_cpu_dev.init"))
return SS_TYPE_IGNORED;
if (strstarts(ss->name, ".arch.info.init"))
return SS_TYPE_IGNORED;
if (strstarts(ss->name, ".proc.info.init"))
Expand Down

0 comments on commit 3f5fd76

Please sign in to comment.