move the x86_64 specific exception 0x0E handling code out of the common trap handler...
commitee6e379f1d537f61f637f873b6a0d84ec7f8ba34
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 17 Feb 2017 02:55:00 +0000 (17 02:55 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 17 Feb 2017 02:55:00 +0000 (17 02:55 +0000)
tree3582c7bc3f36c33b591431ad7677aaa775e9521e
parent38208ad931eae4f351a20504204d105fc86c0588
move the x86_64 specific exception 0x0E handling code out of the common trap handler, and into its own specific exception handling function in the x86_64 specific code. don't try to use invalid Amiga IRQ numbers for the hardware's exceptions.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53681 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-pc/kernel/cpu_traps.c
arch/x86_64-pc/kernel/platform_init.c