diff for duplicates of <49085D60.7050807@goop.org> diff --git a/a/1.txt b/N1/1.txt index f4ca19b..73e7e35 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -36,10 +36,15 @@ No, using an idt_present() accessor is better, but just pass it an idt. > * If it can't go direct, we still need to copy the priv. level: > * they might want to give userspace access to a software > * interrupt. */ -> - if (idt_type(gidt->a, gidt->b) = 0xF) -> + if (gidt->type = 0xF) +> - if (idt_type(gidt->a, gidt->b) == 0xF) +> + if (gidt->type == 0xF) > We should have symbolic names for the IDT types. J +-- +To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs diff --git a/a/content_digest b/N1/content_digest index 1cd01fd..774d275 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,12 +8,12 @@ "ref\04d0ab6d642a4edc3ecc7367df7043ecc8f0a7f98.1224903712.git.ice799@gmail.com\0" "ref\0c53b3a54b3215187055dfe5673e1351d1bd3957a.1224903712.git.ice799@gmail.com\0" "ref\0e1bbf5a92bbf8fcf36dcbb650ee5f22d48d4b0f4.1224903712.git.ice799@gmail.com\0" - "ref\063f6f0d8b3da967e88094b6cd4b23f2ba78abbdc.1224903712.git.ice799@gmail.com\0" + "ref\063f6f0d8b3da967e88094b6cd4b23f2ba78abbdc.1224903712.git.i ce799@gmail.com\0" "ref\00df5b7f8e2bee4a3599d6b80ea344b69d4bb4dc6.1224903713.git.ice799@gmail.com\0" "ref\0434766d4b5b6c08a3665c19038daaa3c1fa04cb0.1224903713.git.ice799@gmail.com\0" "From\0Jeremy Fitzhardinge <jeremy@goop.org>\0" "Subject\0Re: [PATCH 12/12] x86: Use struct fields instead of bitmasks\0" - "Date\0Wed, 29 Oct 2008 12:56:00 +0000\0" + "Date\0Wed, 29 Oct 2008 23:56:00 +1100\0" "To\0Joe Damato <ice799@gmail.com>\0" "Cc\0linux-x86_64@vger.kernel.org" linux-newbie@vger.kernel.org @@ -59,12 +59,17 @@ "> \t\t * If it can't go direct, we still need to copy the priv. level:\n" "> \t\t * they might want to give userspace access to a software\n" "> \t\t * interrupt. */\n" - "> -\t\tif (idt_type(gidt->a, gidt->b) = 0xF)\n" - "> +\t\tif (gidt->type = 0xF)\n" + "> -\t\tif (idt_type(gidt->a, gidt->b) == 0xF)\n" + "> +\t\tif (gidt->type == 0xF)\n" "> \n" "\n" "We should have symbolic names for the IDT types.\n" "\n" - J + " J\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-newbie\" in\n" + "the body of a message to majordomo@vger.kernel.org\n" + "More majordomo info at http://vger.kernel.org/majordomo-info.html\n" + Please read the FAQ at http://www.linux-learn.org/faqs -c64cc4c81f150c9bd572c9b9a6d48787412d2f5b66c1c167d4c3d3f3cc36d45b +ad5b709ddf43b0d69ed4db6621c2f1a5b6ea184ae394de95a0f42a509ceb0e86
diff --git a/a/1.txt b/N2/1.txt index f4ca19b..5d04e84 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -36,8 +36,8 @@ No, using an idt_present() accessor is better, but just pass it an idt. > * If it can't go direct, we still need to copy the priv. level: > * they might want to give userspace access to a software > * interrupt. */ -> - if (idt_type(gidt->a, gidt->b) = 0xF) -> + if (gidt->type = 0xF) +> - if (idt_type(gidt->a, gidt->b) == 0xF) +> + if (gidt->type == 0xF) > We should have symbolic names for the IDT types. diff --git a/a/content_digest b/N2/content_digest index 1cd01fd..333a518 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -13,7 +13,7 @@ "ref\0434766d4b5b6c08a3665c19038daaa3c1fa04cb0.1224903713.git.ice799@gmail.com\0" "From\0Jeremy Fitzhardinge <jeremy@goop.org>\0" "Subject\0Re: [PATCH 12/12] x86: Use struct fields instead of bitmasks\0" - "Date\0Wed, 29 Oct 2008 12:56:00 +0000\0" + "Date\0Wed, 29 Oct 2008 23:56:00 +1100\0" "To\0Joe Damato <ice799@gmail.com>\0" "Cc\0linux-x86_64@vger.kernel.org" linux-newbie@vger.kernel.org @@ -59,12 +59,12 @@ "> \t\t * If it can't go direct, we still need to copy the priv. level:\n" "> \t\t * they might want to give userspace access to a software\n" "> \t\t * interrupt. */\n" - "> -\t\tif (idt_type(gidt->a, gidt->b) = 0xF)\n" - "> +\t\tif (gidt->type = 0xF)\n" + "> -\t\tif (idt_type(gidt->a, gidt->b) == 0xF)\n" + "> +\t\tif (gidt->type == 0xF)\n" "> \n" "\n" "We should have symbolic names for the IDT types.\n" "\n" J -c64cc4c81f150c9bd572c9b9a6d48787412d2f5b66c1c167d4c3d3f3cc36d45b +d155b243b9a25466e6ab780913c7ba49e4da031f3341001c2935a300a2338ca6
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.