* [PATCH] x86/boot/early_serial_console: Remove unused macro XMTRDY
@ 2014-12-31 13:56 Alexander Kuleshov
2014-12-31 14:15 ` Borislav Petkov
2015-01-16 8:07 ` [tip:x86/cleanups] x86, early_serial_console: " tip-bot for Alexander Kuleshov
0 siblings, 2 replies; 3+ messages in thread
From: Alexander Kuleshov @ 2014-12-31 13:56 UTC (permalink / raw)
To: Borislav Petkov
Cc: H. Peter Anvin, Thomas Gleixner, Ingo Molnar, linux-kernel,
Alexander Kuleshov
There is no write to serial routine, no need in XMTRDY macro.
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
arch/x86/boot/early_serial_console.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86/boot/early_serial_console.c b/arch/x86/boot/early_serial_console.c
index 5df2869..790586d 100644
--- a/arch/x86/boot/early_serial_console.c
+++ b/arch/x86/boot/early_serial_console.c
@@ -2,8 +2,6 @@
#define DEFAULT_SERIAL_PORT 0x3f8 /* ttyS0 */
-#define XMTRDY 0x20
-
#define DLAB 0x80
#define TXR 0 /* Transmit register (WRITE) */
--
2.2.1.202.g44ae4ee.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] x86/boot/early_serial_console: Remove unused macro XMTRDY
2014-12-31 13:56 [PATCH] x86/boot/early_serial_console: Remove unused macro XMTRDY Alexander Kuleshov
@ 2014-12-31 14:15 ` Borislav Petkov
2015-01-16 8:07 ` [tip:x86/cleanups] x86, early_serial_console: " tip-bot for Alexander Kuleshov
1 sibling, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2014-12-31 14:15 UTC (permalink / raw)
To: Alexander Kuleshov
Cc: H. Peter Anvin, Thomas Gleixner, Ingo Molnar, linux-kernel
On Wed, Dec 31, 2014 at 07:56:31PM +0600, Alexander Kuleshov wrote:
> There is no write to serial routine, no need in XMTRDY macro.
>
> Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Acked-by: Borislav Petkov <bp@suse.de>
--
Regards/Gruss,
Boris.
Sent from a fat crate under my desk. Formatting is fine.
--
^ permalink raw reply [flat|nested] 3+ messages in thread* [tip:x86/cleanups] x86, early_serial_console: Remove unused macro XMTRDY
2014-12-31 13:56 [PATCH] x86/boot/early_serial_console: Remove unused macro XMTRDY Alexander Kuleshov
2014-12-31 14:15 ` Borislav Petkov
@ 2015-01-16 8:07 ` tip-bot for Alexander Kuleshov
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Alexander Kuleshov @ 2015-01-16 8:07 UTC (permalink / raw)
To: linux-tip-commits; +Cc: bp, linux-kernel, kuleshovmail, mingo, tglx, hpa
Commit-ID: e054273a9b117f74ad8214b1f0f23e917e25522e
Gitweb: http://git.kernel.org/tip/e054273a9b117f74ad8214b1f0f23e917e25522e
Author: Alexander Kuleshov <kuleshovmail@gmail.com>
AuthorDate: Wed, 31 Dec 2014 19:56:31 +0600
Committer: Borislav Petkov <bp@suse.de>
CommitDate: Tue, 13 Jan 2015 12:13:11 +0100
x86, early_serial_console: Remove unused macro XMTRDY
There is no write to serial routine, no need for XMTRDY macro.
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Link: http://lkml.kernel.org/r/1420034191-20721-1-git-send-email-kuleshovmail@gmail.com
Signed-off-by: Borislav Petkov <bp@suse.de>
---
arch/x86/boot/early_serial_console.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86/boot/early_serial_console.c b/arch/x86/boot/early_serial_console.c
index 5df2869..790586d 100644
--- a/arch/x86/boot/early_serial_console.c
+++ b/arch/x86/boot/early_serial_console.c
@@ -2,8 +2,6 @@
#define DEFAULT_SERIAL_PORT 0x3f8 /* ttyS0 */
-#define XMTRDY 0x20
-
#define DLAB 0x80
#define TXR 0 /* Transmit register (WRITE) */
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-16 8:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-31 13:56 [PATCH] x86/boot/early_serial_console: Remove unused macro XMTRDY Alexander Kuleshov
2014-12-31 14:15 ` Borislav Petkov
2015-01-16 8:07 ` [tip:x86/cleanups] x86, early_serial_console: " tip-bot for Alexander Kuleshov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox