Re: [tip:x86/urgent] x86: Fix incorrect path to header file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



There is something fishy here... If this was true everyone would have seen a failure... The kernel include paths include the uapi/ and specifying it explicitly should not be necessary.

tip-bot for Jonathan Brassow <tipbot@xxxxxxxxx> wrote:

>Commit-ID:  8a0faf454a85404782ef7886745db784d995524e
>Gitweb:    
>http://git.kernel.org/tip/8a0faf454a85404782ef7886745db784d995524e
>Author:     Jonathan Brassow <jbrassow@xxxxxxxxxx>
>AuthorDate: Fri, 1 Mar 2013 14:37:35 -0800
>Committer:  Ingo Molnar <mingo@xxxxxxxxxx>
>CommitDate: Wed, 6 Mar 2013 11:11:20 +0100
>
>x86: Fix incorrect path to header file
>
>Clean-up:  Fix incorrect path to header file
>
>Commit af170c5 (originally introduced in v3.8-rc1) moved some
>header files around and forgot to adjust the path to one of
>those.  Thus the header cannot be found, the macros are not
>defined and the kernel will not compile.
>
>Signed-off-by: Jonathan Brassow <jbrassow@xxxxxxxxxx>
>Forwarded-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
>Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
>---
> arch/x86/include/uapi/asm/msr.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/arch/x86/include/uapi/asm/msr.h
>b/arch/x86/include/uapi/asm/msr.h
>index 155e510..8bab4e7 100644
>--- a/arch/x86/include/uapi/asm/msr.h
>+++ b/arch/x86/include/uapi/asm/msr.h
>@@ -1,7 +1,7 @@
> #ifndef _UAPI_ASM_X86_MSR_H
> #define _UAPI_ASM_X86_MSR_H
> 
>-#include <asm/msr-index.h>
>+#include <uapi/asm/msr-index.h>
> 
> #ifndef __ASSEMBLY__
> 

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
--
To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Stable Commits]     [Linux Stable Kernel]     [Linux Kernel]     [Linux USB Devel]     [Linux Video &Media]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux