/* * linux/arch/i386/kernel/head32.c -- prepare to run common code * * Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE * Copyright (C) 2007 Eric Biederman <ebiederm@xmission.com> */ #include <linux/init.h> #include <linux/start_kernel.h> #include <linux/mm.h> #include <linux/memblock.h> #include <asm/setup.h> #include <asm/sections.h> #include <asm/e820.h> #include <asm/page.h> #include <asm/apic.h> #include <asm/io_apic.h> #include <asm/bios_ebda.h> #include <asm/tlbflush.h> #include <asm/bootparam_utils.h>
static void __init i386_default_early_setup(void) { /* Initialize 32bit specific setup functions */ x86_init.resources.reserve_resources = i386_reserve_resources; x86_init.mpparse.setup_ioapic_ids = setup_ioapic_ids_from_mpc; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Thomas Gleixner | 25 | 96.15% | 1 | 50.00% |
Uwe Kleine-König | 1 | 3.85% | 1 | 50.00% |
Total | 26 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Thomas Gleixner | 26 | 47.27% | 5 | 38.46% |
Eric W. Biedermann | 11 | 20.00% | 1 | 7.69% |
H. Peter Anvin | 6 | 10.91% | 1 | 7.69% |
Luis R. Rodriguez | 3 | 5.45% | 1 | 7.69% |
Andrew Lutomirski | 3 | 5.45% | 1 | 7.69% |
Kuppuswamy Sathyanarayanan | 2 | 3.64% | 1 | 7.69% |
Yinghai Lu | 2 | 3.64% | 1 | 7.69% |
Andi Kleen | 2 | 3.64% | 2 | 15.38% |
Total | 55 | 100.00% | 13 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Boris Ostrovsky | 265 | 100.00% | 1 | 100.00% |
Total | 265 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Boris Ostrovsky | 266 | 68.73% | 1 | 5.26% |
Thomas Gleixner | 59 | 15.25% | 5 | 26.32% |
Yinghai Lu | 19 | 4.91% | 3 | 15.79% |
Eric W. Biedermann | 18 | 4.65% | 1 | 5.26% |
H. Peter Anvin | 9 | 2.33% | 1 | 5.26% |
Borislav Petkov | 3 | 0.78% | 1 | 5.26% |
Andrew Lutomirski | 3 | 0.78% | 1 | 5.26% |
Luis R. Rodriguez | 3 | 0.78% | 1 | 5.26% |
Kuppuswamy Sathyanarayanan | 2 | 0.52% | 1 | 5.26% |
Rafael J. Wysocki | 2 | 0.52% | 1 | 5.26% |
Andi Kleen | 2 | 0.52% | 2 | 10.53% |
Uwe Kleine-König | 1 | 0.26% | 1 | 5.26% |
Total | 387 | 100.00% | 19 | 100.00% |