public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] No include/asm-ia64/mmzone.h in 2.4.16-ia64-011128
@ 2001-12-02  4:23 Keith Owens
  2001-12-02  5:27 ` John Hesterberg
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Keith Owens @ 2001-12-02  4:23 UTC (permalink / raw)
  To: linux-ia64

I tried compiling 2.4.16-ia64-011128 as type SGI-SN1.  It broke at
include/linux/mmzone.h:138 trying to include asm/mmzone.h which does
not exist on ia64.  Is ia64-011128 supposed to compile sn1/sn2 out of
the box or are there extra patches required?

Also this does not look right in arch/ia64/Makefile.  GENERIC and
SGI_SN do not agree on the core files and subirs, does anybody ever use
generic?

ifdef CONFIG_IA64_GENERIC
        CORE_FILES      :=      arch/$(ARCH)/hp/hp.a    \
                                arch/$(ARCH)/sn/sn.o    \
                                arch/$(ARCH)/dig/dig.a  \
                                arch/$(ARCH)/sn/io/sgiio.o \
                                $(CORE_FILES)
        SUBDIRS         :=      arch/$(ARCH)/hp         \
                                arch/$(ARCH)/sn/sn1     \
                                arch/$(ARCH)/sn         \
                                arch/$(ARCH)/dig        \
                                arch/$(ARCH)/sn/io      \
                                $(SUBDIRS)

else # !GENERIC

....

ifdef CONFIG_IA64_SGI_SN
        CFLAGS          += -DBRINGUP
        SUBDIRS         :=      arch/$(ARCH)/sn/kernel  \
                                arch/$(ARCH)/sn/io      \
                                arch/$(ARCH)/sn/fakeprom        \
                                $(SUBDIRS)
        CORE_FILES      :=      arch/$(ARCH)/sn/kernel/sn.o     \
                                arch/$(ARCH)/sn/io/sgiio.o      \
                                $(CORE_FILES)
endif

At the subject of arch/ia64/Makefile, it tests for CONFIG_IA64_SOFTSDV
but nothing else in the kernel refers to that variable, it cannot be
set.



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

end of thread, other threads:[~2001-12-03 15:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-02  4:23 [Linux-ia64] No include/asm-ia64/mmzone.h in 2.4.16-ia64-011128 Keith Owens
2001-12-02  5:27 ` John Hesterberg
2001-12-02  6:12 ` Keith Owens
2001-12-03  2:10 ` John Hesterberg
2001-12-03 15:02 ` John Hesterberg

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