* [PATCH] Remove unused apic_write_atomic
@ 2005-12-27 23:29 Brian Gerst
2005-12-28 17:58 ` Andreas Kleen
0 siblings, 1 reply; 2+ messages in thread
From: Brian Gerst @ 2005-12-27 23:29 UTC (permalink / raw)
To: Andi Kleen, Andrew Morton; +Cc: lkml
[-- Attachment #1: Type: text/plain, Size: 91 bytes --]
This function is never used for x86_64.
Signed-off-by: Brian Gerst <bgerst@didntduck.org>
[-- Attachment #2: apic_write_atomic --]
[-- Type: text/plain, Size: 1051 bytes --]
[PATCH] Remove unused apic_write_atomic
This function is never used for x86_64.
Signed-off-by: Brian Gerst <bgerst@didntduck.org>
---
commit 9a4863865f6c539b799adf0f41de862a7163d819
tree 9bf9251b3a95c76c9086366c459cd067b3669e91
parent 79cac2a221ce18642550a13bed0f0203514923ea
author Brian Gerst <bgerst@didntduck.org> Tue, 27 Dec 2005 18:19:09 -0500
committer Brian Gerst <bgerst@didntduck.org> Tue, 27 Dec 2005 18:19:09 -0500
include/asm-x86_64/apic.h | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/include/asm-x86_64/apic.h b/include/asm-x86_64/apic.h
index 5647b7d..50cccf5 100644
--- a/include/asm-x86_64/apic.h
+++ b/include/asm-x86_64/apic.h
@@ -42,11 +42,6 @@ static __inline void apic_write(unsigned
*((volatile unsigned int *)(APIC_BASE+reg)) = v;
}
-static __inline void apic_write_atomic(unsigned long reg, unsigned int v)
-{
- xchg((volatile unsigned int *)(APIC_BASE+reg), v);
-}
-
static __inline unsigned int apic_read(unsigned long reg)
{
return *((volatile unsigned int *)(APIC_BASE+reg));
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Remove unused apic_write_atomic
2005-12-27 23:29 [PATCH] Remove unused apic_write_atomic Brian Gerst
@ 2005-12-28 17:58 ` Andreas Kleen
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Kleen @ 2005-12-28 17:58 UTC (permalink / raw)
To: Brian Gerst; +Cc: Andrew Morton, lkml
Am Mi 28.12.2005 00:29 schrieb Brian Gerst <bgerst@didntduck.org>:
> This function is never used for x86_64.
>
> Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Thanks merged.
-Andi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-28 17:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-27 23:29 [PATCH] Remove unused apic_write_atomic Brian Gerst
2005-12-28 17:58 ` Andreas Kleen
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