mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: Chris Zankel <chris@zankel.net>
Cc: lkp@intel.com, LKML <linux-kernel@vger.kernel.org>,
	Max Filippov <jcmvbkbc@gmail.com>,
	linux-xtensa@linux-xtensa.org
Subject: [xtensa] arch/xtensa/include/asm/processor.h:14:26: fatal error: variant/core.h: No such file or directory
Date: Mon, 14 Mar 2016 10:18:37 +0800	[thread overview]
Message-ID: <20160314021837.GC3055@wfg-t540p.sh.intel.com> (raw)

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

Hi Chris,

FYI, xtensa has an error that happen in the below 2 configs:

        xtensa-audio_kc705_defconfig (attached as .config)
        xtensa-smp_lx200_defconfig

It's too old to be bisect friendly. It'd be great if can be fixed.

   In file included from arch/xtensa/include/asm/bitops.h:22:0,
                    from include/linux/bitops.h:33,
                    from include/linux/kernel.h:10,
                    from include/asm-generic/bug.h:13,
                    from arch/xtensa/include/generated/asm/bug.h:1,
                    from include/linux/bug.h:4,
                    from include/linux/page-flags.h:9,
                    from kernel/bounds.c:9:
>> arch/xtensa/include/asm/processor.h:14:26: fatal error: variant/core.h: No such file or directory
    #include <variant/core.h>
                             ^
   compilation terminated.
   make[2]: *** [kernel/bounds.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2

vim +14 arch/xtensa/include/asm/processor.h

9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23   1  /*
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23   2   * include/asm-xtensa/processor.h
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23   3   *
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23   4   * This file is subject to the terms and conditions of the GNU General Public
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23   5   * License.  See the file "COPYING" in the main directory of this archive
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23   6   * for more details.
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23   7   *
2d1c645c arch/xtensa/include/asm/processor.h Marc Gauthier   2013-01-05   8   * Copyright (C) 2001 - 2008 Tensilica Inc.
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23   9   */
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23  10  
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23  11  #ifndef _XTENSA_PROCESSOR_H
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23  12  #define _XTENSA_PROCESSOR_H
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23  13  
367b8112 arch/xtensa/include/asm/processor.h Chris Zankel    2008-11-06 @14  #include <variant/core.h>
e5083a63 arch/xtensa/include/asm/processor.h Johannes Weiner 2009-03-04  15  #include <platform/hardware.h>
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23  16  
f6dc8c5b include/asm-xtensa/processor.h      Chase Venters   2006-07-08  17  #include <linux/compiler.h>
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23  18  #include <asm/ptrace.h>
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23  19  #include <asm/types.h>
173d6681 include/asm-xtensa/processor.h      Chris Zankel    2006-12-10  20  #include <asm/regs.h>
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23  21  
9a8fd558 include/asm-xtensa/processor.h      Chris Zankel    2005-06-23  22  /* Assertions. */

---
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: 10677 bytes --]

             reply	other threads:[~2016-03-14  2:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-14  2:18 Fengguang Wu [this message]
2016-03-14  3:35 ` Max Filippov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160314021837.GC3055@wfg-t540p.sh.intel.com \
    --to=fengguang.wu@intel.com \
    --cc=chris@zankel.net \
    --cc=jcmvbkbc@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xtensa@linux-xtensa.org \
    --cc=lkp@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®