[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091020154305.8338b765.skraw@ithnet.com>
Date: Tue, 20 Oct 2009 15:43:05 +0200
From: Stephan von Krawczynski <skraw@...net.com>
To: linux-kernel <linux-kernel@...r.kernel.org>
Subject: include/asm-generic/int-ll64.h kernel 2.6.31.4
Hello all,
I lately compiled some app that stumbled across this, and someone smarter than
me should judge if this is right or wrong:
* asm-generic/int-ll64.h
*
* Integer declarations for architectures which use "long long"
* for 64-bit types.
*/
#ifndef _ASM_GENERIC_INT_LL64_H
#define _ASM_GENERIC_INT_LL64_H
#include <asm/bitsperlong.h>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Is it correct to include from linked "asm" instead of asm-generic ?
My link goes to "asm-x86" but for some reason asm-generic/types.h is included
which ends at int-ll64.h trying to include a not existing bitsperlong.h from
directory asm-x86.
--
Regards,
Stephan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists