From: Chuck Ebbert <76306.1226@compuserve.com>
To: Zachary Amsden <zach@vmware.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 7/14] i386 / Add some descriptor convenience functions
Date: Tue, 16 Aug 2005 13:03:43 -0400 [thread overview]
Message-ID: <200508161306_MC3-1-A75D-6645@compuserve.com> (raw)
On Wed, 10 Aug 2005 at 21:56:20 -0700, zach@vmware.com wrote:
> Patch-base: 2.6.13-rc5-mm1
> Patch-keys: i386 desc cleanup
> Signed-off-by: Zachary Amsden <zach@vmware.com>
> Index: linux-2.6.13/include/asm-i386/desc.h
> ===================================================================
> --- linux-2.6.13.orig/include/asm-i386/desc.h 2005-08-09 19:43:38.000000000 -0700
> +++ linux-2.6.13/include/asm-i386/desc.h 2005-08-10 20:42:03.000000000 -0700
> @@ -14,6 +14,28 @@
>
> #include <asm/mmu.h>
>
> +#define desc_empty(desc) \
> + (!((desc)->a + (desc)->b))
> +
I think that should be "|" instead of "+".
__
Chuck
next reply other threads:[~2005-08-16 17:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-16 17:03 Chuck Ebbert [this message]
2005-08-16 18:06 ` Zachary Amsden
2005-08-16 18:14 ` Andi Kleen
2005-08-16 18:56 ` Chris Wright
-- strict thread matches above, loose matches on Subject: below --
2005-08-11 4:56 zach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200508161306_MC3-1-A75D-6645@compuserve.com \
--to=76306.1226@compuserve.com \
--cc=linux-kernel@vger.kernel.org \
--cc=zach@vmware.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome