Revision 772205f62ebcce2d60bfa5166f56c78044afab7d authored by Zachary Amsden on 05 March 2007, 08:30:41 UTC, committed by Linus Torvalds on 05 March 2007, 15:57:52 UTC
Use para_fill instead of directly setting the APIC ops to the result of the
vmi_get_function call - this allows one to implement a VMI ROM without
implementing APIC functions, just using the native APIC functions.

While doing this, I realized that there is a lot more cleanup that should have
been done.  Basically, we should never assume that the ROM implements a
specific set of functions, and always allow fallback to the native
implementation.

This is critical for future compatibility.

Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>
Signed-off-by: Zachary Amsden <zach@vmware.com>

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent a9eddc9
History
File Mode Size
Makefile -rw-r--r-- 231 bytes
af_netrom.c -rw-r--r-- 32.4 KB
nr_dev.c -rw-r--r-- 4.3 KB
nr_in.c -rw-r--r-- 6.9 KB
nr_loopback.c -rw-r--r-- 1.7 KB
nr_out.c -rw-r--r-- 5.8 KB
nr_route.c -rw-r--r-- 23.6 KB
nr_subr.c -rw-r--r-- 6.0 KB
nr_timer.c -rw-r--r-- 5.5 KB
sysctl_net_netrom.c -rw-r--r-- 5.4 KB

back to top