Bug 1634 - Compile time error: arch/ia64/sn/kernel/setup.c:281: `platform_intr_list' undeclared (first use in this function)
Summary: Compile time error: arch/ia64/sn/kernel/setup.c:281: `platform_intr_list' und...
Status: CLOSED PATCH_ALREADY_AVAILABLE
Alias: None
Product: ACPI
Classification: Unclassified
Component: Other (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Luming Yu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-02 23:33 UTC by Luming Yu
Modified: 2004-04-14 00:12 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.0-test11
Subsystem:
Regression: ---
Bisected commit-id:


Attachments
a patch for fixing this issue (444 bytes, patch)
2003-12-02 23:34 UTC, Luming Yu
Details | Diff

Description Luming Yu 2003-12-02 23:33:28 UTC
[root@acpi-tiger 2.6-acpi]# make vmlinux
warning: your linker cannot handle cross-segment segment-relative relocations.
         please upgrade to a newer version (it is safe to use this linker, but
         the kernel will be bigger than strictly necessary).
make[1]: `arch/ia64/kernel/asm-offsets.s' is up to date.
  CHK     include/linux/compile.h
  CPP     arch/ia64/kernel/gate.lds.s
  AS      arch/ia64/kernel/gate.o
  GATE arch/ia64/kernel/gate.so
  AS      arch/ia64/kernel/gate-data.o
  GATE arch/ia64/kernel/gate-syms.o
  LD      arch/ia64/kernel/built-in.o
  CC      arch/ia64/sn/kernel/setup.o
arch/ia64/sn/kernel/setup.c: In function `sn_setup':
arch/ia64/sn/kernel/setup.c:281: `platform_intr_list' undeclared (first use in
this function)
arch/ia64/sn/kernel/setup.c:281: (Each undeclared identifier is reported only once
arch/ia64/sn/kernel/setup.c:281: for each function it appears in.)
make[2]: *** [arch/ia64/sn/kernel/setup.o] Error 1
make[1]: *** [arch/ia64/sn/kernel] Error 2
make: *** [arch/ia64/sn] Error 2
Comment 1 Luming Yu 2003-12-02 23:34:13 UTC
Created attachment 1604 [details]
a patch for fixing this issue

Note You need to log in before you can comment on or make changes to this bug.