BUF/BIO cleanup 4/99:
authorHiten Pandya <hmp@dragonflybsd.org>
Thu, 4 Aug 2005 21:08:35 +0000 (21:08 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Thu, 4 Aug 2005 21:08:35 +0000 (21:08 +0000)
commit5404823359ec7bb05b868116446af282fa6584f6
tree696e614583b0bd4fbbef6291309fe96d4208236c
parent75bfa99c5f08b80afb0d0dc6a1f4c87c6cb21bfc
BUF/BIO cleanup 4/99:

Garbage-collect physio_proc_{enter,leave,init} because these functions
only existed for PC-98 compatibility reasons.  This commit is a NOP
and shouldn't make any operational difference.

The purpose of those functions was totally redundant, it just kept a
copy of buf->b_proc and other fields in a separately maintained TAILQ
list called physio_proc_head and physio_proc_feet corresponding to
physio_proc_enter/leave respectively.

The stub definitions and the machine/physio_proc.h header file will
disappear after the drivers using these functions are cleaned up.
sys/i386/include/physio_proc.h
sys/kern/kern_physio.c
sys/platform/pc32/include/physio_proc.h