patch-2.2.18 linux/include/asm-arm/proc-fns.h

Next file: linux/include/asm-arm/processor.h
Previous file: linux/include/asm-arm/proc-armv/uaccess.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/asm-arm/proc-fns.h linux/include/asm-arm/proc-fns.h
@@ -86,7 +86,7 @@
 			/*
 			 * Special stuff for a reset
 			 */
-			unsigned long (*reset)(void);
+			unsigned long (*reset)(unsigned long addr);
 			/*
 			 * flush an icached page
 			 */
@@ -99,6 +99,14 @@
 			 * purge cached data without (necessarily) writing it back
 			 */
 			void (*_cache_purge_area)(unsigned long start, unsigned long end);
+			/*
+			 * Unused
+			 */
+			void (*unused1)(void);
+			/*
+			 * Idle the processor
+			 */
+			int (*_do_idle)(void);
 		} armv3v4;
 		struct {
 			/* MEMC

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)