[PATCH] head.S

John Levon (movement@marcelothewonderpenguin.com)
Fri, 25 Jan 2002 13:42:57 +0000


007 has a license to kill, not a right.

enjoy,
john

--- arch/i386/kernel/head.S.old Fri Jan 25 13:36:09 2002
+++ arch/i386/kernel/head.S Fri Jan 25 13:36:49 2002
@@ -82,8 +82,8 @@
* Initialize page tables
*/
movl $pg0-__PAGE_OFFSET,%edi /* initialize page tables */
- movl $007,%eax /* "007" doesn't mean with right to kill, but
- PRESENT+RW+USER */
+ movl $007,%eax /* "007" doesn't mean with license to kill,
+ * but PRESENT+RW+USER */
2: stosl
add $0x1000,%eax
cmp $empty_zero_page-__PAGE_OFFSET,%edi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/