mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
5a0e3ad6af
percpu.h is included by sched.h and module.h and thus ends up being included when building most .c files. percpu.h includes slab.h which in turn includes gfp.h making everything defined by the two files universally available and complicating inclusion dependencies. percpu.h -> slab.h dependency is about to be removed. Prepare for this change by updating users of gfp and slab facilities include those headers directly instead of assuming availability. As this conversion needs to touch large number of source files, the following script is used as the basis of conversion. http://userweb.kernel.org/~tj/misc/slabh-sweep.py The script does the followings. * Scan files for gfp and slab usages and update includes such that only the necessary includes are there. ie. if only gfp is used, gfp.h, if slab is used, slab.h. * When the script inserts a new include, it looks at the include blocks and try to put the new include such that its order conforms to its surrounding. It's put in the include block which contains core kernel includes, in the same order that the rest are ordered - alphabetical, Christmas tree, rev-Xmas-tree or at the end if there doesn't seem to be any matching order. * If the script can't find a place to put a new include (mostly because the file doesn't have fitting include block), it prints out an error message indicating which .h file needs to be added to the file. The conversion was done in the following steps. 1. The initial automatic conversion of all .c files updated slightly over 4000 files, deleting around 700 includes and adding ~480 gfp.h and ~3000 slab.h inclusions. The script emitted errors for ~400 files. 2. Each error was manually checked. Some didn't need the inclusion, some needed manual addition while adding it to implementation .h or embedding .c file was more appropriate for others. This step added inclusions to around 150 files. 3. The script was run again and the output was compared to the edits from #2 to make sure no file was left behind. 4. Several build tests were done and a couple of problems were fixed. e.g. lib/decompress_*.c used malloc/free() wrappers around slab APIs requiring slab.h to be added manually. 5. The script was run on all .h files but without automatically editing them as sprinkling gfp.h and slab.h inclusions around .h files could easily lead to inclusion dependency hell. Most gfp.h inclusion directives were ignored as stuff from gfp.h was usually wildly available and often used in preprocessor macros. Each slab.h inclusion directive was examined and added manually as necessary. 6. percpu.h was updated not to include slab.h. 7. Build test were done on the following configurations and failures were fixed. CONFIG_GCOV_KERNEL was turned off for all tests (as my distributed build env didn't work with gcov compiles) and a few more options had to be turned off depending on archs to make things build (like ipr on powerpc/64 which failed due to missing writeq). * x86 and x86_64 UP and SMP allmodconfig and a custom test config. * powerpc and powerpc64 SMP allmodconfig * sparc and sparc64 SMP allmodconfig * ia64 SMP allmodconfig * s390 SMP allmodconfig * alpha SMP allmodconfig * um on x86_64 SMP allmodconfig 8. percpu.h modifications were reverted so that it could be applied as a separate patch and serve as bisection point. Given the fact that I had only a couple of failures from tests on step 6, I'm fairly confident about the coverage of this conversion patch. If there is a breakage, it's likely to be something in one of the arch headers which should be easily discoverable easily on most builds of the specific arch. Signed-off-by: Tejun Heo <tj@kernel.org> Guess-its-ok-by: Christoph Lameter <cl@linux-foundation.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
245 lines
5.7 KiB
C
245 lines
5.7 KiB
C
/*
|
|
* linux/arch/arm/mach-h720x/common.c
|
|
*
|
|
* Copyright (C) 2003 Thomas Gleixner <tglx@linutronix.de>
|
|
* 2003 Robert Schwebel <r.schwebel@pengutronix.de>
|
|
* 2004 Sascha Hauer <s.hauer@pengutronix.de>
|
|
*
|
|
* common stuff for Hynix h720x processors
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*
|
|
*/
|
|
|
|
#include <linux/sched.h>
|
|
#include <linux/mman.h>
|
|
#include <linux/init.h>
|
|
#include <linux/interrupt.h>
|
|
#include <linux/io.h>
|
|
|
|
#include <asm/page.h>
|
|
#include <asm/pgtable.h>
|
|
#include <asm/dma.h>
|
|
#include <mach/hardware.h>
|
|
#include <asm/irq.h>
|
|
#include <asm/mach/irq.h>
|
|
#include <asm/mach/map.h>
|
|
#include <mach/irqs.h>
|
|
|
|
#include <asm/mach/dma.h>
|
|
|
|
#if 0
|
|
#define IRQDBG(args...) printk(args)
|
|
#else
|
|
#define IRQDBG(args...) do {} while(0)
|
|
#endif
|
|
|
|
void __init arch_dma_init(dma_t *dma)
|
|
{
|
|
}
|
|
|
|
/*
|
|
* Return usecs since last timer reload
|
|
* (timercount * (usecs perjiffie)) / (ticks per jiffie)
|
|
*/
|
|
unsigned long h720x_gettimeoffset(void)
|
|
{
|
|
return (CPU_REG (TIMER_VIRT, TM0_COUNT) * tick_usec) / LATCH;
|
|
}
|
|
|
|
/*
|
|
* mask Global irq's
|
|
*/
|
|
static void mask_global_irq (unsigned int irq )
|
|
{
|
|
CPU_REG (IRQC_VIRT, IRQC_IER) &= ~(1 << irq);
|
|
}
|
|
|
|
/*
|
|
* unmask Global irq's
|
|
*/
|
|
static void unmask_global_irq (unsigned int irq )
|
|
{
|
|
CPU_REG (IRQC_VIRT, IRQC_IER) |= (1 << irq);
|
|
}
|
|
|
|
|
|
/*
|
|
* ack GPIO irq's
|
|
* Ack only for edge triggered int's valid
|
|
*/
|
|
static void inline ack_gpio_irq(u32 irq)
|
|
{
|
|
u32 reg_base = GPIO_VIRT(IRQ_TO_REGNO(irq));
|
|
u32 bit = IRQ_TO_BIT(irq);
|
|
if ( (CPU_REG (reg_base, GPIO_EDGE) & bit))
|
|
CPU_REG (reg_base, GPIO_CLR) = bit;
|
|
}
|
|
|
|
/*
|
|
* mask GPIO irq's
|
|
*/
|
|
static void inline mask_gpio_irq(u32 irq)
|
|
{
|
|
u32 reg_base = GPIO_VIRT(IRQ_TO_REGNO(irq));
|
|
u32 bit = IRQ_TO_BIT(irq);
|
|
CPU_REG (reg_base, GPIO_MASK) &= ~bit;
|
|
}
|
|
|
|
/*
|
|
* unmask GPIO irq's
|
|
*/
|
|
static void inline unmask_gpio_irq(u32 irq)
|
|
{
|
|
u32 reg_base = GPIO_VIRT(IRQ_TO_REGNO(irq));
|
|
u32 bit = IRQ_TO_BIT(irq);
|
|
CPU_REG (reg_base, GPIO_MASK) |= bit;
|
|
}
|
|
|
|
static void
|
|
h720x_gpio_handler(unsigned int mask, unsigned int irq,
|
|
struct irq_desc *desc)
|
|
{
|
|
IRQDBG("%s irq: %d\n", __func__, irq);
|
|
while (mask) {
|
|
if (mask & 1) {
|
|
IRQDBG("handling irq %d\n", irq);
|
|
generic_handle_irq(irq);
|
|
}
|
|
irq++;
|
|
mask >>= 1;
|
|
}
|
|
}
|
|
|
|
static void
|
|
h720x_gpioa_demux_handler(unsigned int irq_unused, struct irq_desc *desc)
|
|
{
|
|
unsigned int mask, irq;
|
|
|
|
mask = CPU_REG(GPIO_A_VIRT,GPIO_STAT);
|
|
irq = IRQ_CHAINED_GPIOA(0);
|
|
IRQDBG("%s mask: 0x%08x irq: %d\n", __func__, mask,irq);
|
|
h720x_gpio_handler(mask, irq, desc);
|
|
}
|
|
|
|
static void
|
|
h720x_gpiob_demux_handler(unsigned int irq_unused, struct irq_desc *desc)
|
|
{
|
|
unsigned int mask, irq;
|
|
mask = CPU_REG(GPIO_B_VIRT,GPIO_STAT);
|
|
irq = IRQ_CHAINED_GPIOB(0);
|
|
IRQDBG("%s mask: 0x%08x irq: %d\n", __func__, mask,irq);
|
|
h720x_gpio_handler(mask, irq, desc);
|
|
}
|
|
|
|
static void
|
|
h720x_gpioc_demux_handler(unsigned int irq_unused, struct irq_desc *desc)
|
|
{
|
|
unsigned int mask, irq;
|
|
|
|
mask = CPU_REG(GPIO_C_VIRT,GPIO_STAT);
|
|
irq = IRQ_CHAINED_GPIOC(0);
|
|
IRQDBG("%s mask: 0x%08x irq: %d\n", __func__, mask,irq);
|
|
h720x_gpio_handler(mask, irq, desc);
|
|
}
|
|
|
|
static void
|
|
h720x_gpiod_demux_handler(unsigned int irq_unused, struct irq_desc *desc)
|
|
{
|
|
unsigned int mask, irq;
|
|
|
|
mask = CPU_REG(GPIO_D_VIRT,GPIO_STAT);
|
|
irq = IRQ_CHAINED_GPIOD(0);
|
|
IRQDBG("%s mask: 0x%08x irq: %d\n", __func__, mask,irq);
|
|
h720x_gpio_handler(mask, irq, desc);
|
|
}
|
|
|
|
#ifdef CONFIG_CPU_H7202
|
|
static void
|
|
h720x_gpioe_demux_handler(unsigned int irq_unused, struct irq_desc *desc)
|
|
{
|
|
unsigned int mask, irq;
|
|
|
|
mask = CPU_REG(GPIO_E_VIRT,GPIO_STAT);
|
|
irq = IRQ_CHAINED_GPIOE(0);
|
|
IRQDBG("%s mask: 0x%08x irq: %d\n", __func__, mask,irq);
|
|
h720x_gpio_handler(mask, irq, desc);
|
|
}
|
|
#endif
|
|
|
|
static struct irq_chip h720x_global_chip = {
|
|
.ack = mask_global_irq,
|
|
.mask = mask_global_irq,
|
|
.unmask = unmask_global_irq,
|
|
};
|
|
|
|
static struct irq_chip h720x_gpio_chip = {
|
|
.ack = ack_gpio_irq,
|
|
.mask = mask_gpio_irq,
|
|
.unmask = unmask_gpio_irq,
|
|
};
|
|
|
|
/*
|
|
* Initialize IRQ's, mask all, enable multiplexed irq's
|
|
*/
|
|
void __init h720x_init_irq (void)
|
|
{
|
|
int irq;
|
|
|
|
/* Mask global irq's */
|
|
CPU_REG (IRQC_VIRT, IRQC_IER) = 0x0;
|
|
|
|
/* Mask all multiplexed irq's */
|
|
CPU_REG (GPIO_A_VIRT, GPIO_MASK) = 0x0;
|
|
CPU_REG (GPIO_B_VIRT, GPIO_MASK) = 0x0;
|
|
CPU_REG (GPIO_C_VIRT, GPIO_MASK) = 0x0;
|
|
CPU_REG (GPIO_D_VIRT, GPIO_MASK) = 0x0;
|
|
|
|
/* Initialize global IRQ's, fast path */
|
|
for (irq = 0; irq < NR_GLBL_IRQS; irq++) {
|
|
set_irq_chip(irq, &h720x_global_chip);
|
|
set_irq_handler(irq, handle_level_irq);
|
|
set_irq_flags(irq, IRQF_VALID | IRQF_PROBE);
|
|
}
|
|
|
|
/* Initialize multiplexed IRQ's, slow path */
|
|
for (irq = IRQ_CHAINED_GPIOA(0) ; irq <= IRQ_CHAINED_GPIOD(31); irq++) {
|
|
set_irq_chip(irq, &h720x_gpio_chip);
|
|
set_irq_handler(irq, handle_edge_irq);
|
|
set_irq_flags(irq, IRQF_VALID );
|
|
}
|
|
set_irq_chained_handler(IRQ_GPIOA, h720x_gpioa_demux_handler);
|
|
set_irq_chained_handler(IRQ_GPIOB, h720x_gpiob_demux_handler);
|
|
set_irq_chained_handler(IRQ_GPIOC, h720x_gpioc_demux_handler);
|
|
set_irq_chained_handler(IRQ_GPIOD, h720x_gpiod_demux_handler);
|
|
|
|
#ifdef CONFIG_CPU_H7202
|
|
for (irq = IRQ_CHAINED_GPIOE(0) ; irq <= IRQ_CHAINED_GPIOE(31); irq++) {
|
|
set_irq_chip(irq, &h720x_gpio_chip);
|
|
set_irq_handler(irq, handle_edge_irq);
|
|
set_irq_flags(irq, IRQF_VALID );
|
|
}
|
|
set_irq_chained_handler(IRQ_GPIOE, h720x_gpioe_demux_handler);
|
|
#endif
|
|
|
|
/* Enable multiplexed irq's */
|
|
CPU_REG (IRQC_VIRT, IRQC_IER) = IRQ_ENA_MUX;
|
|
}
|
|
|
|
static struct map_desc h720x_io_desc[] __initdata = {
|
|
{
|
|
.virtual = IO_VIRT,
|
|
.pfn = __phys_to_pfn(IO_PHYS),
|
|
.length = IO_SIZE,
|
|
.type = MT_DEVICE
|
|
},
|
|
};
|
|
|
|
/* Initialize io tables */
|
|
void __init h720x_map_io(void)
|
|
{
|
|
iotable_init(h720x_io_desc,ARRAY_SIZE(h720x_io_desc));
|
|
}
|