public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Pavel Machek <pavel@ucw.cz>
Cc: kernel list <linux-kernel@vger.kernel.org>,
	torvalds@transmeta.com, ak@suse.de
Subject: Re: Kill SHOUTING in kernel/io_apic.c
Date: Thu, 13 Feb 2003 13:58:29 +1100	[thread overview]
Message-ID: <20030213051525.0F7682C04B@lists.samba.org> (raw)
In-Reply-To: Your message of "Mon, 10 Feb 2003 17:37:26 BST." <20030210163726.GA1115@elf.ucw.cz>

In message <20030210163726.GA1115@elf.ucw.cz> you write:
> Hi!
> 
> That source is shouting WAY TOO MUCH. Please apply,

Either you can make unexpected_IO_APIC static, or your patch missed a
caller.

In fact, grep reveals the former.  x86_64, too.

> 								Pavel
> 
> --- clean/arch/i386/kernel/io_apic.c	2003-01-17 23:13:33.000000000 +0100
> +++ linux-swsusp/arch/i386/kernel/io_apic.c	2003-01-19 19:46:51.000000000 +
0100
> @@ -824,7 +824,7 @@
>  	enable_8259A_irq(0);
>  }
>  
> -void __init UNEXPECTED_IO_APIC(void)
> +void __init unexpected_IO_APIC(void)
>  {
>  	printk(KERN_WARNING " WARNING: unexpected IO-APIC, please mail\n");
>  	printk(KERN_WARNING "          to linux-smp@vger.kernel.org\n");
> @@ -865,7 +865,7 @@
>  	printk(KERN_DEBUG ".......    : Delivery Type: %X\n", reg_00.delivery_t
ype);
>  	printk(KERN_DEBUG ".......    : LTS          : %X\n", reg_00.LTS);
>  	if (reg_00.__reserved_0 || reg_00.__reserved_1 || reg_00.__reserved_2)
> -		UNEXPECTED_IO_APIC();
> +		unexpected_IO_APIC();
>  
>  	printk(KERN_DEBUG ".... register #01: %08X\n", *(int *)&reg_01);
>  	printk(KERN_DEBUG ".......     : max redirection entries: %04X\n", reg_
01.entries);
> @@ -877,7 +877,7 @@
>  		(reg_01.entries != 0x2E) &&
>  		(reg_01.entries != 0x3F)
>  	)
> -		UNEXPECTED_IO_APIC();
> +		unexpected_IO_APIC();
>  
>  	printk(KERN_DEBUG ".......     : PRQ implemented: %X\n", reg_01.PRQ);
>  	printk(KERN_DEBUG ".......     : IO APIC version: %04X\n", reg_01.versi
on);
> @@ -887,15 +887,15 @@
>  		(reg_01.version != 0x13) && /* Xeon IO-APICs */
>  		(reg_01.version != 0x20)    /* Intel P64H (82806 AA) */
>  	)
> -		UNEXPECTED_IO_APIC();
> +		unexpected_IO_APIC();
>  	if (reg_01.__reserved_1 || reg_01.__reserved_2)
> -		UNEXPECTED_IO_APIC();
> +		unexpected_IO_APIC();
>  
>  	if (reg_01.version >= 0x10) {
>  		printk(KERN_DEBUG ".... register #02: %08X\n", *(int *)&reg_02)
;
>  		printk(KERN_DEBUG ".......     : arbitration: %02X\n", reg_02.a
rbitration);
>  		if (reg_02.__reserved_1 || reg_02.__reserved_2)
> -			UNEXPECTED_IO_APIC();
> +			unexpected_IO_APIC();
>  	}
>  
>  	printk(KERN_DEBUG ".... IRQ redirection table:\n");
> 
> -- 
> Worst form of spam? Adding advertisment signatures ala sourceforge.net.
> What goes next? Inserting advertisment *into* email?
> -
> 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/
> 

--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

  reply	other threads:[~2003-02-13  5:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-10 16:37 Kill SHOUTING in kernel/io_apic.c Pavel Machek
2003-02-13  2:58 ` Rusty Russell [this message]
2003-02-13 10:35   ` Pavel Machek

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=20030213051525.0F7682C04B@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=ak@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    --cc=torvalds@transmeta.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