login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
1
Re: kbuild now support arch/$ARCH/include - time for ARCHs to convert
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Arnd Bergmann <arnd@...>
To: Sam Ravnborg <sam@...>
Cc: Paul Mundt <lethal@...>, Geert Uytterhoeven <geert@...>, David Howells <dhowells@...>, Greg Ungerer <gerg@...>, linux arch <linux-arch@...>, LKML <linux-kernel@...>, Linux/m68k <linux-m68k@...>, uClinux list <uclinux-dev@...>
Subject:
Re: kbuild now support arch/$ARCH/include - time for ARCHs to convert
Date: Friday, August 1, 2008 - 3:35 am
On Thursday 31 July 2008, Sam Ravnborg wrote:
quoted text
> > #ifdef __KERNEL__ > > #ifdef CONFIG_MMU > > #include "${BASE}_mmu.h" > > #else > > #include "${BASE}_nommu.h" > > #endif > > #else > > #include "${BASE}_mmu.h" > > #endif > > EOF > > } > > This will leak a CONFIG_ symbol if the header file > is exported. Can we do it with a gcc defined symbol? > [See how I did it for sparc for instance]
Is there a compiler defined symbol for this? I thought the tool chain was identical. Do you think my #ifdef __KERNEL__ does not do what I wanted it to do? It should make sure that user space always sees the _mmu variant. Arnd <>< --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
kbuild now support arch/$ARCH/include - time for ARCHs to co...
, Sam Ravnborg
, (Mon Jul 28, 4:05 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Sat Aug 9, 3:28 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Rusty Russell
, (Tue Aug 5, 12:18 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Tue Aug 5, 4:45 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Russell King
, (Tue Aug 5, 6:06 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Wed Aug 6, 3:27 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Russell King
, (Wed Aug 6, 3:21 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Wed Aug 6, 3:28 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Russell King
, (Wed Aug 6, 3:51 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Geert Uytterhoeven
, (Tue Aug 5, 1:16 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Martin Schwidefsky
, (Fri Aug 1, 4:35 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Fri Aug 1, 12:49 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Ralf Baechle
, (Thu Jul 31, 2:23 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Fri Aug 8, 10:52 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Paul Mundt
, (Fri Aug 8, 11:09 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Sat Aug 9, 3:03 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Russell King
, (Sat Aug 9, 3:20 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Sat Aug 9, 7:13 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Thu Jul 31, 4:14 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Greg Ungerer
, (Wed Jul 30, 2:49 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Wed Jul 30, 4:38 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Greg Ungerer
, (Fri Aug 1, 2:03 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Geert Uytterhoeven
, (Sun Aug 3, 4:16 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Arnd Bergmann
, (Mon Aug 4, 10:35 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Geert Uytterhoeven
, (Mon Aug 4, 12:00 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Mon Aug 4, 12:45 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Greg Ungerer
, (Sun Aug 3, 8:34 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Mon Aug 4, 1:10 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Arnd Bergmann
, (Wed Jul 30, 3:07 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, David Howells
, (Wed Jul 30, 5:34 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Geert Uytterhoeven
, (Wed Jul 30, 8:26 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Paul Mundt
, (Wed Jul 30, 11:23 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Arnd Bergmann
, (Thu Jul 31, 3:47 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Thu Jul 31, 4:13 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Arnd Bergmann
, (Fri Aug 1, 3:35 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Fri Aug 1, 12:46 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Geert Uytterhoeven
, (Thu Jul 31, 3:17 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Greg Ungerer
, (Thu Jul 31, 7:26 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Wed Jul 30, 4:52 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Kyle McMartin
, (Mon Jul 28, 11:06 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Mon Jul 28, 11:27 pm)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Kyle McMartin
, (Tue Jul 29, 10:21 am)
Re: kbuild now support arch/$ARCH/include - time for ARCHs t...
, Sam Ravnborg
, (Fri Aug 8, 10:50 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Benjamin Herrenschmidt
Re: [PATCH] Remove process freezer from suspend to RAM pathway
Greg KH
[patch 00/73] 2.6.23-stable review
Greg Kroah-Hartman
[PATCH 005/196] Chinese: add translation of SubmittingDrivers
git
:
linux-netdev
:
Arjan van de Ven
Re: [GIT]: Networking
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
3 users
and
675 guests
online.
Online users
strcmp
jamessibley12
plsmth735
Syndicate