patch-1.3.38 linux/kernel/ksyms.c
Next file: linux/kernel/sched.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Tue Nov 7 09:18:36 1995
- Orig file:
v1.3.37/linux/kernel/ksyms.c
- Orig date:
Sun Oct 29 11:38:49 1995
diff -u --recursive --new-file v1.3.37/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -134,12 +134,12 @@
/* platform dependent support */
#ifdef __alpha__
- X(inb),
- X(inw),
- X(inl),
- X(outb),
- X(outw),
- X(outl),
+ X(_inb),
+ X(_inw),
+ X(_inl),
+ X(_outb),
+ X(_outw),
+ X(_outl),
X(bcopy), /* generated by gcc-2.7.0 for string assignments */
X(hwrpb),
X(__divl),
@@ -206,6 +206,7 @@
X(vfree),
X(mem_map),
X(remap_page_range),
+ X(high_memory),
/* filesystem internal functions */
X(getname),
@@ -326,7 +327,7 @@
X(interruptible_sleep_on),
X(schedule),
X(current_set),
-#if defined(__i386__) && defined(CONFIG_SMP)
+#if defined(__i386__) && defined(__SMP__)
X(apic_reg), /* Needed internally for the I386 inlines */
#endif
X(jiffies),
@@ -534,6 +535,8 @@
X(proc_unregister),
X(in_group_p),
X(generate_cluster),
+ X(proc_scsi),
+ X(proc_scsi_inode_operations),
#endif
/********************************************************
* Do not add anything below this line,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this