From: Jan Kiszka <jan.kiszka@domain.hid>
To: adeos-main <adeos-main@gna.org>
Cc: Philippe Gerum <rpm@xenomai.org>
Subject: [Adeos-main] [RESENT][PATCH 1/4] x86_64: remove unneeded i8253 lock conversion
Date: Wed, 26 Dec 2007 16:37:17 +0100 [thread overview]
Message-ID: <4772752D.1090201@domain.hid> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 51 bytes --]
/me noticed that this one still applies...
Jan
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: remove-i8253_lock-conversion-x86_64.patch --]
[-- Type: text/x-patch; name="remove-i8253_lock-conversion-x86_64.patch", Size: 1077 bytes --]
---
arch/x86_64/kernel/time.c | 2 +-
include/asm-x86_64/i8253.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: linux-2.6.23.1-xeno_64/arch/x86_64/kernel/time.c
===================================================================
--- linux-2.6.23.1-xeno_64.orig/arch/x86_64/kernel/time.c
+++ linux-2.6.23.1-xeno_64/arch/x86_64/kernel/time.c
@@ -51,7 +51,7 @@ static char *timename = NULL;
DEFINE_SPINLOCK(rtc_lock);
EXPORT_SYMBOL(rtc_lock);
-IPIPE_DEFINE_SPINLOCK(i8253_lock);
+DEFINE_SPINLOCK(i8253_lock);
EXPORT_SYMBOL(i8253_lock);
volatile unsigned long __jiffies __section_jiffies = INITIAL_JIFFIES;
Index: linux-2.6.23.1-xeno_64/include/asm-x86_64/i8253.h
===================================================================
--- linux-2.6.23.1-xeno_64.orig/include/asm-x86_64/i8253.h
+++ linux-2.6.23.1-xeno_64/include/asm-x86_64/i8253.h
@@ -1,6 +1,6 @@
#ifndef __ASM_I8253_H__
#define __ASM_I8253_H__
-IPIPE_DECLARE_SPINLOCK(i8253_lock);
+extern spinlock_t i8253_lock;
#endif /* __ASM_I8253_H__ */
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 254 bytes --]
next reply other threads:[~2007-12-26 15:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-26 15:37 Jan Kiszka [this message]
2007-12-26 21:47 ` [Adeos-main] [RESENT][PATCH 1/4] x86_64: remove unneeded i8253 lock conversion Philippe Gerum
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=4772752D.1090201@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=adeos-main@gna.org \
--cc=rpm@xenomai.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 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.