linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: alan@lxorguk.ukuu.org.uk
Subject: Re: [PATCH] PATCH: fix definition of boot_DT
Date: Mon, 7 Jul 2003 13:50:09 -0700	[thread overview]
Message-ID: <20030707135009.49798a10.rddunlap@osdl.org> (raw)
In-Reply-To: <200307072023.h67KNJa4007824@hera.kernel.org>

On Mon, 07 Jul 2003 19:43:36 +0000 Linux Kernel Mailing List <linux-kernel@vger.kernel.org> wrote:

| ChangeSet 1.1053, 2003/07/07 16:43:36-03:00, alan@lxorguk.ukuu.org.uk
| 
| 	[PATCH] PATCH: fix definition of boot_DT
| 	
| 
| diff -Nru a/include/asm-i386/io_apic.h b/include/asm-i386/io_apic.h
| --- a/include/asm-i386/io_apic.h	Mon Jul  7 13:23:22 2003
| +++ b/include/asm-i386/io_apic.h	Mon Jul  7 13:23:22 2003
| @@ -45,7 +45,7 @@
|  } __attribute__ ((packed));
|  
|  struct IO_APIC_reg_03 {
| -	__u32	boot_DT		:  1,
| +	__u32	boot_DT		: 1,
|  		__reserved_1	: 31;
|  } __attribute__ ((packed));

Now you have made this one line (boot_DT) different from all of
the other lines in that file regarding single-digit-sized bit fields.
It was done like this at Maciej's (macro's) request.

Compare:

struct IO_APIC_reg_02 {
	__u32	__reserved_2	: 24,
		arbitration	:  4,
		__reserved_1	:  4;
} __attribute__ ((packed));


--
~Randy
| http://developer.osdl.org/rddunlap/ | http://www.xenotime.net/linux/ |

           reply	other threads:[~2003-07-07 20:36 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <200307072023.h67KNJa4007824@hera.kernel.org>]

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=20030707135009.49798a10.rddunlap@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).