OSDN Git Service

x86/traps: Kill DO_ERROR_INFO()
authorOleg Nesterov <oleg@redhat.com>
Thu, 8 May 2014 18:12:24 +0000 (20:12 +0200)
committerOleg Nesterov <oleg@redhat.com>
Wed, 14 May 2014 11:57:28 +0000 (13:57 +0200)
commit0eb14833d5b1ea1accfeffb71be5de5929f85da9
treeab11c757c5661ebc2161cec14aba97cf595b33ef
parent1c326c4dfe182a1c4c1e39f2c00f04c380d11692
x86/traps: Kill DO_ERROR_INFO()

Now that DO_ERROR_INFO() doesn't differ from DO_ERROR() we can remove
it and use DO_ERROR() instead.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
arch/x86/kernel/traps.c