All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Richard Weinberger <richard@nod.at>
Cc: user-mode-linux-devel@lists.sourceforge.net,
	linux-kernel@vger.kernel.org, x86@kernel.org,
	Geert Uytterhoeven <geert@linux-m68k.org>
Subject: [PATCH 4/4] um: Remove obsolete UM_ prefixed printk() level specifiers
Date: Sat, 29 Sep 2012 19:07:40 +0200	[thread overview]
Message-ID: <1348938460-20919-4-git-send-email-geert@linux-m68k.org> (raw)
In-Reply-To: <1348938460-20919-1-git-send-email-geert@linux-m68k.org>

All user parts of UML are using the non-prefixed printk() level specifiers

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 arch/um/include/shared/user.h |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/arch/um/include/shared/user.h b/arch/um/include/shared/user.h
index cef0685..4fa82c0 100644
--- a/arch/um/include/shared/user.h
+++ b/arch/um/include/shared/user.h
@@ -26,17 +26,6 @@
 extern void panic(const char *fmt, ...)
 	__attribute__ ((format (printf, 1, 2)));
 
-/* Requires preincluding include/linux/kern_levels.h */
-#define UM_KERN_EMERG	KERN_EMERG
-#define UM_KERN_ALERT	KERN_ALERT
-#define UM_KERN_CRIT	KERN_CRIT
-#define UM_KERN_ERR	KERN_ERR
-#define UM_KERN_WARNING	KERN_WARNING
-#define UM_KERN_NOTICE	KERN_NOTICE
-#define UM_KERN_INFO	KERN_INFO
-#define UM_KERN_DEBUG	KERN_DEBUG
-#define UM_KERN_CONT	KERN_CONT
-
 #ifdef UML_CONFIG_PRINTK
 extern int printk(const char *fmt, ...)
 	__attribute__ ((format (printf, 1, 2)));
-- 
1.7.0.4



  parent reply	other threads:[~2012-09-29 17:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-29 17:07 [PATCH 1/4] arch/um/drivers: Drop UM_ prefix from printk() level specifiers Geert Uytterhoeven
2012-09-29 17:07 ` [PATCH 2/4] arch/um/os-Linux: " Geert Uytterhoeven
2012-09-29 20:10   ` Joe Perches
2012-09-29 20:27     ` Geert Uytterhoeven
2012-09-29 20:43       ` Al Viro
2012-09-29 20:58         ` Geert Uytterhoeven
2012-09-29 17:07 ` [PATCH 3/4] arch/x86/um: " Geert Uytterhoeven
2012-09-29 17:07 ` Geert Uytterhoeven [this message]
2012-09-29 20:08 ` [PATCH 1/4] arch/um/drivers: " Joe Perches

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=1348938460-20919-4-git-send-email-geert@linux-m68k.org \
    --to=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richard@nod.at \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    --cc=x86@kernel.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.