2002-01-25 13:40:06

by John Levon

[permalink] [raw]
Subject: [PATCH] head.S


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


2002-01-25 15:34:00

by Randal, Phil

[permalink] [raw]
Subject: RE: [PATCH] head.S

Definitely one for Rik's patch of the year archive.

And now we can argue over "licence" and "license".

Phil
---------------------------------------------
Phil Randal
Network Engineer
Herefordshire Council
Hereford, UK

> -----Original Message-----
> From: John Levon [mailto:[email protected]]
> Sent: 25 January 2002 13:43
> To: [email protected]
> Subject: [PATCH] head.S
>
>
>
> 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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>