commit | a549b86dd0f3cbffcd5f9343f4ae7fcd59f7e756 | [log] [tgz] |
---|---|---|
author | Chuck Ebbert <76306.1226@compuserve.com> | Tue Sep 26 10:52:37 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:37 2006 +0200 |
tree | 4405a0465a631a45945954f1ce1efa7d8fd24676 | |
parent | 1164c9994fe37d5b7035a5cf9328c98dd38af7b1 [diff] |
[PATCH] i386: annotate FIX_STACK() and the rest of nmi() In i386's entry.S, FIX_STACK() needs annotation because it replaces the stack pointer. And the rest of nmi() needs annotation in order to compile with these new annotations. Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com> Signed-off-by: Andi Kleen <ak@suse.de>