summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZachary Amsden <zach@vmware.com>2007-04-12 19:28:46 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-04-14 21:48:36 -0700
commit0492c371372ef5eac3a952509391dea231b0de89 (patch)
treed4fb6c32d113b97451d4631057fd29cb9d3d5c60 /Makefile
parent5a6d41b32a17ca902ef50fdfa170d7f23264bad5 (diff)
Fix VMI relocation processing logic error
Fix logic error in VMI relocation processing. NOPs would always cause a BUG_ON to fire because the != RELOCATION_NONE in the first if clause precluding the == VMI_RELOCATION_NOP in the second clause. Make these direct equality tests and just warn for unsupported relocation types (which should never happen), falling back to native in that case. Thanks to Anthony Liguori for noting this! Signed-off-by: Zachary Amsden <zach@vmware.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions