linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [asm-generic:master 1/9] drivers/acpi/osl.c:46:47: fatal error: asm-generic/io-64-nonatomic-lo-hi.h: No such file or directory
@ 2015-10-14 18:50 kbuild test robot
  2015-10-14 22:22 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2015-10-14 18:50 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: kbuild-all, linux-arch, Arnd Bergmann

[-- Attachment #1: Type: text/plain, Size: 2805 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic master
head:   9fe5cf2f2b493fbd47541d1c073b67680a2f9dfe
commit: f626fe17485b6dc8f0706edfd5c60206c479553f [1/9] move io-64-nonatomic*.h out of asm-generic
config: i386-randconfig-s1-201541 (attached as .config)
reproduce:
        git checkout f626fe17485b6dc8f0706edfd5c60206c479553f
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/acpi/osl.c:46:47: fatal error: asm-generic/io-64-nonatomic-lo-hi.h: No such file or directory
   compilation terminated.

vim +46 drivers/acpi/osl.c

ba242d5b1 Myron Stowe         2012-01-20  30  #include <linux/highmem.h>
^1da177e4 Linus Torvalds      2005-04-16  31  #include <linux/pci.h>
^1da177e4 Linus Torvalds      2005-04-16  32  #include <linux/interrupt.h>
^1da177e4 Linus Torvalds      2005-04-16  33  #include <linux/kmod.h>
^1da177e4 Linus Torvalds      2005-04-16  34  #include <linux/delay.h>
^1da177e4 Linus Torvalds      2005-04-16  35  #include <linux/workqueue.h>
^1da177e4 Linus Torvalds      2005-04-16  36  #include <linux/nmi.h>
ad71860a1 Alexey Starikovskiy 2007-02-02  37  #include <linux/acpi.h>
^1da177e4 Linus Torvalds      2005-04-16  38  #include <linux/efi.h>
df92e6959 Thomas Renninger    2008-02-04  39  #include <linux/ioport.h>
df92e6959 Thomas Renninger    2008-02-04  40  #include <linux/list.h>
f1241c87a Matthew Wilcox      2008-03-14  41  #include <linux/jiffies.h>
f1241c87a Matthew Wilcox      2008-03-14  42  #include <linux/semaphore.h>
f1241c87a Matthew Wilcox      2008-03-14  43  
f1241c87a Matthew Wilcox      2008-03-14  44  #include <asm/io.h>
f1241c87a Matthew Wilcox      2008-03-14  45  #include <asm/uaccess.h>
3277b4ea2 Andy Shevchenko     2015-08-17 @46  #include <asm-generic/io-64-nonatomic-lo-hi.h>
f1241c87a Matthew Wilcox      2008-03-14  47  
1129c92fa Lv Zheng            2013-07-23  48  #include "internal.h"
^1da177e4 Linus Torvalds      2005-04-16  49  
^1da177e4 Linus Torvalds      2005-04-16  50  #define _COMPONENT		ACPI_OS_SERVICES
f52fd66d2 Len Brown           2007-02-12  51  ACPI_MODULE_NAME("osl");
07070e12c Hanjun Guo          2014-03-13  52  
4be44fcd3 Len Brown           2005-08-05  53  struct acpi_os_dpc {
^1da177e4 Linus Torvalds      2005-04-16  54  	acpi_osd_exec_callback function;

:::::: The code at line 46 was first introduced by commit
:::::: 3277b4ea216e5cd7d3f6095ff40f1a9e574f37b3 ACPI / osl: replace custom implementation of readq / writeq

:::::: TO: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
:::::: CC: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 24803 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [asm-generic:master 1/9] drivers/acpi/osl.c:46:47: fatal error: asm-generic/io-64-nonatomic-lo-hi.h: No such file or directory
  2015-10-14 18:50 [asm-generic:master 1/9] drivers/acpi/osl.c:46:47: fatal error: asm-generic/io-64-nonatomic-lo-hi.h: No such file or directory kbuild test robot
@ 2015-10-14 22:22 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2015-10-14 22:22 UTC (permalink / raw)
  To: kbuild test robot; +Cc: Christoph Hellwig, kbuild-all, linux-arch

On Thursday 15 October 2015 02:50:22 kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic master
> head:   9fe5cf2f2b493fbd47541d1c073b67680a2f9dfe
> commit: f626fe17485b6dc8f0706edfd5c60206c479553f [1/9] move io-64-nonatomic*.h out of asm-generic
> config: i386-randconfig-s1-201541 (attached as .config)
> reproduce:
>         git checkout f626fe17485b6dc8f0706edfd5c60206c479553f
>         # save the attached .config to linux build tree
>         make ARCH=i386 

Fixed it up in the branch, thanks for the report!

	Arnd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-14 22:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 18:50 [asm-generic:master 1/9] drivers/acpi/osl.c:46:47: fatal error: asm-generic/io-64-nonatomic-lo-hi.h: No such file or directory kbuild test robot
2015-10-14 22:22 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).