]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
x86/entry/32: Simplify common_exception
authorPeter Zijlstra <peterz@infradead.org>
Thu, 11 Jul 2019 11:40:56 +0000 (13:40 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 17 Jul 2019 21:17:37 +0000 (23:17 +0200)
commite67f1c11e5ea7fa47449a16325ecc997dbbf9bdf
tree381f948737b9f0a1c616b3b99b230d47ce33513f
parent55aedddb6149ab71bec9f050846855113977b033
x86/entry/32: Simplify common_exception

Adding one more option to SAVE_ALL can be used in common_exception to
simplify things. This also saves duplication later where page_fault will no
longer use common_exception.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Reviewed-by: Andy Lutomirski <luto@kernel.org>
Cc: bp@alien8.de
Cc: torvalds@linux-foundation.org
Cc: hpa@zytor.com
Cc: dave.hansen@linux.intel.com
Cc: jgross@suse.com
Cc: zhe.he@windriver.com
Cc: joel@joelfernandes.org
Cc: devel@etsukata.com
Link: https://lkml.kernel.org/r/20190711114335.945136187@infradead.org
arch/x86/entry/entry_32.S