From: Roland Dreier <rdreier@cisco.com>
To: Olof Johansson <olof@lixom.net>
Cc: linuxppc-dev@ozlabs.org, paulus@samba.org, anton@samba.org
Subject: Re: [4/5] powerpc: PA Semi PWRficient platform support
Date: Tue, 05 Sep 2006 12:49:39 -0700 [thread overview]
Message-ID: <ada4pvmf60c.fsf@cisco.com> (raw)
In-Reply-To: <20060905122956.2cebd36d@localhost.localdomain> (Olof Johansson's message of "Tue, 5 Sep 2006 12:29:56 -0500")
> +#include <linux/config.h>
> +#include <linux/init.h>
> +#include <linux/errno.h>
> +#include <linux/sched.h>
> +#include <linux/kernel.h>
> +#include <linux/mm.h>
> +#include <linux/stddef.h>
> +#include <linux/unistd.h>
> +#include <linux/ptrace.h>
> +#include <linux/slab.h>
> +#include <linux/user.h>
> +#include <linux/a.out.h>
> +#include <linux/tty.h>
> +#include <linux/string.h>
> +#include <linux/delay.h>
> +#include <linux/ioport.h>
> +#include <linux/major.h>
> +#include <linux/initrd.h>
> +#include <linux/vt_kern.h>
> +#include <linux/console.h>
> +#include <linux/ide.h>
> +#include <linux/pci.h>
> +#include <linux/adb.h>
> +#include <linux/cuda.h>
> +#include <linux/pmu.h>
> +#include <linux/irq.h>
> +#include <linux/seq_file.h>
> +#include <linux/root_dev.h>
> +#include <linux/serial.h>
> +#include <linux/smp.h>
> +
> +#include <asm/processor.h>
> +#include <asm/sections.h>
> +#include <asm/prom.h>
> +#include <asm/system.h>
> +#include <asm/pgtable.h>
> +#include <asm/bitops.h>
> +#include <asm/io.h>
> +#include <asm/pci-bridge.h>
> +#include <asm/iommu.h>
> +#include <asm/machdep.h>
> +#include <asm/dma.h>
> +#include <asm/cputable.h>
> +#include <asm/time.h>
> +#include <asm/of_device.h>
> +#include <asm/lmb.h>
> +#include <asm/mpic.h>
> +#include <asm/smp.h>
> +#include <asm/udbg.h>
> +#include <asm/serial.h>
Are all of these really needed? Seems rather crazy, considering there
are only 145 lines after this in the file...
next prev parent reply other threads:[~2006-09-05 19:49 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20060904175742.5472a6fa@localhost.localdomain>
2006-09-05 17:26 ` [1/5] powerpc: Reduce default cacheline size to 64 bytes Olof Johansson
2006-09-05 17:27 ` [2/5] powerpc: Divorce CPU_FTR_CTRL from CPU_FTR_PPCAS_ARCH_V2_BASE Olof Johansson
2006-09-05 17:28 ` [3/5] powerpc: PA6T cputable entry, PVR value Olof Johansson
2006-09-05 18:43 ` Michael Neuling
2006-09-05 17:28 ` [4/5] powerpc: PA Semi PWRficient platform support Olof Johansson
2006-09-05 21:31 ` Benjamin Herrenschmidt
2006-09-05 22:10 ` Olof Johansson
2006-09-05 17:29 ` Olof Johansson
2006-09-05 19:49 ` Roland Dreier [this message]
2006-09-05 20:15 ` Olof Johansson
2006-09-05 21:37 ` Arnd Bergmann
2006-09-05 21:48 ` Olof Johansson
2006-09-06 13:38 ` Segher Boessenkool
2006-09-06 15:10 ` Olof Johansson
2006-09-06 15:26 ` Segher Boessenkool
2006-09-07 0:58 ` Benjamin Herrenschmidt
2006-09-07 11:30 ` Segher Boessenkool
2006-09-07 0:58 ` Benjamin Herrenschmidt
2006-09-07 11:28 ` Segher Boessenkool
2006-09-07 12:47 ` Olof Johansson
2006-09-07 22:33 ` Benjamin Herrenschmidt
2006-09-05 17:30 ` [5/5] powerpc: PA Semi PWRficient MAINTAINER entry Olof Johansson
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=ada4pvmf60c.fsf@cisco.com \
--to=rdreier@cisco.com \
--cc=anton@samba.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=olof@lixom.net \
--cc=paulus@samba.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.