Re: make headers_install headers problem on sparc64
- From: "Mike Frysinger" <vapier.adi@xxxxxxxxx>
- Date: Sat, 30 Dec 2006 05:38:41 -0500
On 10/19/06, David Woodhouse <dwmw2@xxxxxxxxxxxxx> wrote:
No. That header should not be exposed to userspace. Just fix
reiserfsprogs instead. It's not as if unaligned access is _hard_ -- you
just have to ask the compiler to do it for you:
reiserfsprogs 3.6.20 already handles the case where asm/unaligned.h
isnt installed ... i just wouldnt suggest using that version as it
wont even compile on big endian machines and doesnt work with
non-standard journals ;)
-mike
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Prev by Date: Re: 2.6.19-rt14 slowdown compared to 2.6.19
- Next by Date: 2.6.20-rc2-mm1 -- INFO: possible recursive locking detected
- Previous by thread: [KORG] re: [PATCH] cfq-iosched: tighten allow merge criteria - error in final return value ?
- Next by thread: 2.6.20-rc2-mm1 -- INFO: possible recursive locking detected
- Index(es):
Relevant Pages
- Re: C Overflow and MSVC++
... Jeff Schwab wrote: ... >> is using that compiler. ... >
don't believe MS's documentation guarantees this behavior). ... a.c.l.l.c-c++ FAQ mirror:
http://nullptr.merseine.nu:8080/acllcc++.html ... (alt.comp.lang.learn.c-cpp) - Re: Help with voids
... I don't like the explaination in the FAQ though. ... would correctly
assign 10 to intv on this machine (since the character ... In any event, since we lied
to the compiler here, the compiler sees ... (comp.lang.c) - Re: Jumps through a program
... Is there a comment on embeded objects to this subject too? ... >> Jeffrey
Baker ... > the compiler will know the location of the function and insert the ...
(comp.lang.cpp) - Re: Member template instantiation confusion
... Rick Armstrong wrote: ... > ...so I'd say that the compiler should instantiate
... Except that the compiler is not alowed to do any conversions on the ... a.c.l.l.c-c++
FAQ mirror: http://nullptr.merseine.nu:8080/acllcc++.html ... (alt.comp.lang.learn.c-cpp) - Re: accessor member functions and const
... > I read would be to declare the copy assignment operator (and copy ... the
warning level of your compiler as high as it will go. ... Another option is to use a lint
tool, like PCLint, FlexeLint or splint ... a.c.l.l.c-c++ FAQ: http://www.comeaucomputing.com/learn/faq
... (alt.comp.lang.learn.c-cpp)