···237237238238/*239239 * The initial program gets to find a system environment descriptor240240- * on its stack when it begins exection. The first word is a version240240+ * on its stack when it begins execution. The first word is a version241241 * code to indicate what is there. Zero means nothing more.242242 */243243
+1-1
arch/hexagon/include/asm/vm_mmu.h
···7878#define __HEXAGON_C_WB_L2 0x7 /* Write-back, with L2 */79798080/*8181- * This can be overriden, but we're defaulting to the most aggressive8181+ * This can be overridden, but we're defaulting to the most aggressive8282 * cache policy, the better to find bugs sooner.8383 */8484
+2-2
arch/hexagon/kernel/kgdb.c
···236236};237237238238/**239239- * kgdb_arch_init - Perform any architecture specific initalization.239239+ * kgdb_arch_init - Perform any architecture specific initialization.240240 *241241- * This function will handle the initalization of any architecture241241+ * This function will handle the initialization of any architecture242242 * specific callbacks.243243 */244244int kgdb_arch_init(void)
+1-1
arch/hexagon/kernel/vm_ops.S
···2626 * could be, and perhaps some day will be, handled as in-line2727 * macros, but for tracing/debugging it's handy to have2828 * a single point of invocation for each of them.2929- * Conveniently, they take paramters and return values2929+ * Conveniently, they take parameters and return values3030 * consistent with the ABI calling convention.3131 */3232
+1-1
arch/hexagon/lib/memcpy.S
···3939 * DJH 10/14/09 Version 1.3 added special loop for aligned case, was4040 * overreading bloated codesize back up to 8924141 * DJH 4/20/10 Version 1.4 fixed Ldword_loop_epilog loop to prevent loads4242- * occuring if only 1 left outstanding, fixes bug4242+ * occurring if only 1 left outstanding, fixes bug4343 * # 3888, corrected for all alignments. Peeled off4444 * 1 32byte chunk from kernel loop and extended 8byte4545 * loop at end to solve all combinations and prevent