All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Robert Richter" <robert.richter@amd.com>
To: "Thomas Gleixner" <tglx@linutronix.de>,
	"Ingo Molnar" <mingo@redhat.com>,
	"H. Peter Anvin" <hpa@zytor.com>,
	"LKML" <linux-kernel@vger.kernel.org>
Cc: "Robert Richter" <robert.richter@amd.com>
Subject: [patch 6/6] x86: apicdef unification: more whitespace changes
Date: Tue, 06 Nov 2007 19:36:51 +0100	[thread overview]
Message-ID: <20071106183646.534316000@amd.com> (raw)
In-Reply-To: 20071106183645.951275000@amd.com

[-- Attachment #1: apicdef/0006-apicdef-more-whitespace-changes.patch --]
[-- Type: text/plain, Size: 1465 bytes --]


Signed-off-by: Robert Richter <robert.richter@amd.com>
---
 include/asm-x86/apicdef.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

Index: linux-perfmon/include/asm-x86/apicdef.h
===================================================================
--- linux-perfmon.orig/include/asm-x86/apicdef.h
+++ linux-perfmon/include/asm-x86/apicdef.h
@@ -9,7 +9,7 @@
  */
 
 #define		APIC_DEFAULT_PHYS_BASE	0xfee00000
- 
+
 #define		APIC_ID		0x20
 #ifndef CONFIG_X86_32
 #define			APIC_ID_MASK		(0xFFu<<24)
@@ -46,8 +46,8 @@
 #define		APIC_ISR	0x100
 #define		APIC_ISR_NR	0x8	/* Number of 32 bit ISR registers. */
 #define		APIC_TMR	0x180
-#define 	APIC_IRR	0x200
-#define 	APIC_ESR	0x280
+#define		APIC_IRR	0x200
+#define		APIC_ESR	0x280
 #define			APIC_ESR_SEND_CS	0x00001
 #define			APIC_ESR_RECV_CS	0x00002
 #define			APIC_ESR_SEND_ACC	0x00004
@@ -100,11 +100,11 @@
 #define			APIC_SEND_PENDING		(1<<12)
 #define			APIC_MODE_MASK			0x700
 #define			GET_APIC_DELIVERY_MODE(x)	(((x)>>8)&0x7)
-#define			SET_APIC_DELIVERY_MODE(x,y)	(((x)&~0x700)|((y)<<8))
+#define			SET_APIC_DELIVERY_MODE(x, y)	(((x)&~0x700)|((y)<<8))
 #define				APIC_MODE_FIXED		0x0
 #define				APIC_MODE_NMI		0x4
 #define				APIC_MODE_EXTINT	0x7
-#define 	APIC_LVT1	0x360
+#define		APIC_LVT1	0x360
 #define		APIC_LVTERR	0x370
 #define		APIC_TMICT	0x380
 #define		APIC_TMCCT	0x390

-- 
Advanced Micro Devices, Inc.
Operating System Research Center
email: robert.richter@amd.com




  parent reply	other threads:[~2007-11-06 18:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-06 18:36 [patch 0/6] x86: apicdef.h unification Robert Richter
2007-11-06 18:36 ` [patch 1/6] x86: apicdef unification: some constants made unsigned Robert Richter
2007-11-07 20:41   ` Jeremy Fitzhardinge
2007-11-08 10:14     ` Robert Richter
2007-11-12 12:31   ` Maciej W. Rozycki
2007-11-12 15:56     ` Robert Richter
2007-11-12 17:58     ` H. Peter Anvin
2007-11-06 18:36 ` [patch 2/6] x86: apicdef unification: minor changes in macro order Robert Richter
2007-11-06 18:36 ` [patch 3/6] x86: apicdef unification: whitespace changes only Robert Richter
2007-11-06 18:36 ` [patch 4/6] x86: apicdef unification: CONFIG_X86_32 checks added Robert Richter
2007-11-06 18:36 ` [patch 5/6] x86: apicdef unification: 32 and 64 bit files coalesced Robert Richter
2007-11-06 18:36 ` Robert Richter [this message]
2007-11-06 20:32 ` [patch 0/6] x86: apicdef.h unification Thomas Gleixner
2007-11-08 10:24   ` Robert Richter
2007-11-08 17:53     ` Thomas Gleixner

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=20071106183646.534316000@amd.com \
    --to=robert.richter@amd.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /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 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.