Remove a block of "#if 0" code that has been in the file since r1.1, 13
authormlarkin <mlarkin@openbsd.org>
Thu, 29 Jun 2017 07:19:40 +0000 (07:19 +0000)
committermlarkin <mlarkin@openbsd.org>
Thu, 29 Jun 2017 07:19:40 +0000 (07:19 +0000)
commit41495f8cfa967f765de4098a702343b1e57ac310
tree058d561e579b0d7143e374a1c89f6cbdf9b6be83
parentfde4294eec1ec8c11aa9eba07e5f6972aca96e9b
Remove a block of "#if 0" code that has been in the file since r1.1, 13
years ago. This was part of the original reset code port from i386, and
we've never been able to reset amd64 in the way the code tries to do in
the #if 0 block since we don't have a 'PTD' variable in amd64.

I thought to keep this around for diffability with i386, but that's pretty
pointless now as the diff between the two machdep.c files is over 5000
lines already...
sys/arch/amd64/amd64/machdep.c