public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* current -mm3 compilation problem
@ 2004-09-04 20:31 Grzegorz Jaśkiewicz
  2004-09-04 21:02 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Grzegorz Jaśkiewicz @ 2004-09-04 20:31 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton

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

make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
  CHK     include/linux/compile.h
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
fs/built-in.o(.text+0xa811c): In function `gzip1_alloc':
: undefined reference to `in_softirq'
fs/built-in.o(.text+0xa81d1): In function `gzip1_alloc':
: undefined reference to `in_softirq'
make: *** [.tmp_vmlinux1] Error 1

config included.

-- 
GJ

[-- Attachment #2: config-2.6.9-rc1-mm3.bz2 --]
[-- Type: application/octet-stream, Size: 10724 bytes --]

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

* Re: current -mm3 compilation problem
  2004-09-04 20:31 current -mm3 compilation problem Grzegorz Jaśkiewicz
@ 2004-09-04 21:02 ` Andrew Morton
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2004-09-04 21:02 UTC (permalink / raw)
  To: Grzegorz Ja__kiewicz; +Cc: linux-kernel

Grzegorz Ja__kiewicz <gryzman@gmail.com> wrote:
>
> fs/built-in.o(.text+0xa811c): In function `gzip1_alloc':
>  : undefined reference to `in_softirq'
>  fs/built-in.o(.text+0xa81d1): In function `gzip1_alloc':
>  : undefined reference to `in_softirq'

Put a

	#include <linux/hardirq.h>

into fs/reiser4/plugin/compress/compress.c

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

end of thread, other threads:[~2004-09-04 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-04 20:31 current -mm3 compilation problem Grzegorz Jaśkiewicz
2004-09-04 21:02 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox