patch-2.3.48 linux/arch/ppc/kernel/ppc_htab.c
Next file: linux/arch/ppc/kernel/ppc_ksyms.c
Previous file: linux/arch/ppc/kernel/pmac_pic.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Sat Feb 26 20:33:02 2000
-  Orig file: 
v2.3.47/linux/arch/ppc/kernel/ppc_htab.c
-  Orig date: 
Thu Feb 10 17:11:05 2000
diff -u --recursive --new-file v2.3.47/linux/arch/ppc/kernel/ppc_htab.c linux/arch/ppc/kernel/ppc_htab.c
@@ -44,17 +44,10 @@
 extern unsigned long pte_misses;
 extern unsigned long pte_errors;
 
-static struct file_operations ppc_htab_operations = {
+struct file_operations ppc_htab_operations = {
 	llseek:		ppc_htab_lseek,
 	read:		ppc_htab_read,
 	write:		ppc_htab_write,
-};
-
-/*
- * proc files can do almost nothing..
- */
-struct inode_operations proc_ppc_htab_inode_operations = {
-    &ppc_htab_operations,  /* default proc file-ops */
 };
 
 /* these will go into processor.h when I'm done debugging -- Cort */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)