[josef-btrfs:master 81/82] fs/btrfs/disk-io.c:34:28: fatal error: asm/cpufeature.h: No such file or directory

2012-09-29 Thread Fengguang Wu
Hi Josef,

FYI, kernel build failed on

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git 
master
head:   5aeafaaac9c84f3e2297914c748243bb34b0c5c5
commit: 5aeafaaac9c84f3e2297914c748243bb34b0c5c5 [81/82] Btrfs: do not async 
metadata csumming in certain situations
config: mips-allmodconfig

All error/warnings:

fs/btrfs/disk-io.c:34:28: fatal error: asm/cpufeature.h: No such file or 
directory
compilation terminated.

vim +34 fs/btrfs/disk-io.c

4b4e25f2 (Chris Mason 2008-11-20  28) #include linux/freezer.h
163e783e (David Woodhouse 2009-04-19  29) #include linux/crc32c.h
5a0e3ad6 (Tejun Heo   2010-03-24  30) #include linux/slab.h
784b4e29 (Chris Mason 2010-11-21  31) #include linux/migrate.h
7a36ddec (David Sterba2011-05-06  32) #include linux/ratelimit.h
7e75bf3f (David Sterba2011-03-18  33) #include asm/unaligned.h
5aeafaaa (Josef Bacik 2012-09-25 @34) #include asm/cpufeature.h
4b4e25f2 (Chris Mason 2008-11-20  35) #include compat.h
eb60ceac (Chris Mason 2007-02-02  36) #include ctree.h
eb60ceac (Chris Mason 2007-02-02  37) #include disk-io.h

---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu, Yuanhan Liu  Intel Corporation
--
To unsubscribe from this list: send the line unsubscribe linux-btrfs in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


fs/btrfs/disk-io.c:34:28: fatal error: asm/cpufeature.h: No such file or directory

2012-09-24 Thread Fengguang Wu
Hi Josef,

FYI, kernel build failed on

Commit: d5b04fb3bbb6fce0a834e43f51b6a5251867fcb7 Btrfs: do not async metadata 
csums if we have hardware crc32c
Date: Mon Sep 24 14:40:24 2012 -0400
config: m68k-allmodconfig

All related error/warning messages:

fs/btrfs/disk-io.c:34:28: fatal error: asm/cpufeature.h: No such file or 
directory
compilation terminated.

vim +34 fs/btrfs/disk-io.c
28  #include linux/freezer.h
29  #include linux/crc32c.h
30  #include linux/slab.h
31  #include linux/migrate.h
32  #include linux/ratelimit.h
33  #include asm/unaligned.h
   34  #include asm/cpufeature.h
35  #include compat.h
36  #include ctree.h
37  #include disk-io.h

---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu, Yuanhan Liu  Intel Corporation
--
To unsubscribe from this list: send the line unsubscribe linux-btrfs in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html