public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] No include/asm-ia64/mmzone.h in 2.4.16-ia64-011128
Date: Sun, 02 Dec 2001 04:23:01 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590698805569@msgid-missing> (raw)

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.



             reply	other threads:[~2001-12-02  4:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-02  4:23 Keith Owens [this message]
2001-12-02  5:27 ` [Linux-ia64] No include/asm-ia64/mmzone.h in 2.4.16-ia64-011128 John Hesterberg
2001-12-02  6:12 ` Keith Owens
2001-12-03  2:10 ` John Hesterberg
2001-12-03 15:02 ` John Hesterberg

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=marc-linux-ia64-105590698805569@msgid-missing \
    --to=kaos@ocs.com.au \
    --cc=linux-ia64@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox