commit | dff0796e53c29147c9bd1f5567a261dcf0e528bc | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Wed May 07 17:21:34 2014 +0200 |
committer | Oleg Nesterov <oleg@redhat.com> | Wed May 14 13:57:27 2014 +0200 |
tree | 82eea728e7ac18b02824ead8f69c172a85124e5e | |
parent | 38cad57be9800e46c52a3612fb9d963eee4fd9c3 [diff] |
x86/traps: Introduce do_error_trap() Move the common code from DO_ERROR() and DO_ERROR_INFO() into the new helper, do_error_trap(). This simplifies define's and shaves 527 bytes from traps.o. Signed-off-by: Oleg Nesterov <oleg@redhat.com>