From: "Dan Maas" <dmaas@dcine.com>
To: "victor" <ixnay@infonegocio.com>
Cc: <linux-kernel@vger.kernel.org>, "Alan Cox" <alan@redhat.com>
Subject: Re: linux 2.2.20 compile fails on alpha
Date: Sun, 4 Nov 2001 00:16:27 -0500 [thread overview]
Message-ID: <08dd01c164ef$db350190$1a01a8c0@allyourbase> (raw)
In-Reply-To: <fa.it8dqhv.r6qaig@ifi.uio.no>
> asm/pci.h: In function `pci_controller_num':
> asm/pci.h:62: structure has no member named `pci_host_index'
> asm/pci.h:63: warning: control reaches end of non-void function
> make: *** [init/main.o] Error 1
I was able to get 2.2.20 to compile by changing asm/pci.h line 62 to
"pci_hose_index" (s/host/hose/); see the struct definition at the top of
that file. Also I needed to add "#include <asm/errno.h>" to the same file to
get the definition of ENXIO... Be warned, I have not actually booted the
resulting kernel.
Are pci_hose_* really meant to be named like that, or was it an overzealous
search-and-replace?
Regards,
Dan
next parent reply other threads:[~2001-11-04 5:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <fa.it8dqhv.r6qaig@ifi.uio.no>
2001-11-04 5:16 ` Dan Maas [this message]
2001-11-03 21:21 linux 2.2.20 compile fails on alpha victor
-- strict thread matches above, loose matches on Subject: below --
2001-11-03 16:18 victor
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='08dd01c164ef$db350190$1a01a8c0@allyourbase' \
--to=dmaas@dcine.com \
--cc=alan@redhat.com \
--cc=ixnay@infonegocio.com \
--cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.