From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [shenki:dev-5.4 159/293] drivers/mfd/intel-peci-client.c:47:20: error: 'INTEL_FAM6_SKYLAKE_XD' undeclared here (not in a function); did you mean 'INTEL_FAM6_SKYLAKE_X'?
Date: Wed, 19 May 2021 11:14:27 +0800 [thread overview]
Message-ID: <202105191125.2NVTCSL4-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2514 bytes --]
Hi Jae,
FYI, the error/warning still remains.
tree: https://github.com/shenki/linux dev-5.4
head: 43e79c6defc55f9c0e3190aa2c2ed0bd1b704e07
commit: 89d561847e6b7d3093ac13de78f263470403d0a6 [159/293] mfd: intel-peci-client: Add Intel PECI client driver
config: i386-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/shenki/linux/commit/89d561847e6b7d3093ac13de78f263470403d0a6
git remote add shenki https://github.com/shenki/linux
git fetch --no-tags shenki dev-5.4
git checkout 89d561847e6b7d3093ac13de78f263470403d0a6
# save the attached .config to linux build tree
make W=1 ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/mfd/intel-peci-client.c:47:20: error: 'INTEL_FAM6_SKYLAKE_XD' undeclared here (not in a function); did you mean 'INTEL_FAM6_SKYLAKE_X'?
47 | .model = INTEL_FAM6_SKYLAKE_XD,
| ^~~~~~~~~~~~~~~~~~~~~
| INTEL_FAM6_SKYLAKE_X
vim +47 drivers/mfd/intel-peci-client.c
25
26 static const struct cpu_gen_info cpu_gen_info_table[] = {
27 { /* Haswell Xeon */
28 .family = INTEL_FAM6,
29 .model = INTEL_FAM6_HASWELL_X,
30 .core_max = CORE_MAX_ON_HSX,
31 .chan_rank_max = CHAN_RANK_MAX_ON_HSX,
32 .dimm_idx_max = DIMM_IDX_MAX_ON_HSX },
33 { /* Broadwell Xeon */
34 .family = INTEL_FAM6,
35 .model = INTEL_FAM6_BROADWELL_X,
36 .core_max = CORE_MAX_ON_BDX,
37 .chan_rank_max = CHAN_RANK_MAX_ON_BDX,
38 .dimm_idx_max = DIMM_IDX_MAX_ON_BDX },
39 { /* Skylake Xeon */
40 .family = INTEL_FAM6,
41 .model = INTEL_FAM6_SKYLAKE_X,
42 .core_max = CORE_MAX_ON_SKX,
43 .chan_rank_max = CHAN_RANK_MAX_ON_SKX,
44 .dimm_idx_max = DIMM_IDX_MAX_ON_SKX },
45 { /* Skylake Xeon D */
46 .family = INTEL_FAM6,
> 47 .model = INTEL_FAM6_SKYLAKE_XD,
48 .core_max = CORE_MAX_ON_SKXD,
49 .chan_rank_max = CHAN_RANK_MAX_ON_SKXD,
50 .dimm_idx_max = DIMM_IDX_MAX_ON_SKXD },
51 };
52
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 60399 bytes --]
reply other threads:[~2021-05-19 3:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202105191125.2NVTCSL4-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.