···118118119119In either case, the following conditions must be met:120120121121-- Quiesce all DMA capable devicess so that memory does not get121121+- Quiesce all DMA capable devices so that memory does not get122122 corrupted by bogus network packets or disk data. This will save123123 you many hours of debug.124124
+1-1
Documentation/arm/README
···8989 Although modularisation is supported (and required for the FP emulator),9090 each module on an ARM2/ARM250/ARM3 machine when is loaded will take9191 memory up to the next 32k boundary due to the size of the pages.9292- Therefore, modularisation on these machines really worth it?9292+ Therefore, is modularisation on these machines really worth it?93939494 However, ARM6 and up machines allow modules to take multiples of 4k, and9595 as such Acorn RiscPCs and other architectures using these processors can
+1-1
Documentation/arm/Setup
···5858 video_y59596060 This describes the character position of cursor on VGA console, and6161- is otherwise unused. (should not used for other console types, and6161+ is otherwise unused. (should not be used for other console types, and6262 should not be used for other purposes).63636464 memc_control_reg
+3-3
include/linux/timer.h
···6969 * @timer: the timer to be added7070 *7171 * The kernel will do a ->function(->data) callback from the7272- * timer interrupt at the ->expired point in the future. The7272+ * timer interrupt at the ->expires point in the future. The7373 * current time is 'jiffies'.7474 *7575- * The timer's ->expired, ->function (and if the handler uses it, ->data)7575+ * The timer's ->expires, ->function (and if the handler uses it, ->data)7676 * fields must be set prior calling this function.7777 *7878- * Timers with an ->expired field in the past will be executed in the next7878+ * Timers with an ->expires field in the past will be executed in the next7979 * timer tick.8080 */8181static inline void add_timer(struct timer_list *timer)