setup-common.c (fca5dcd4835ed09bb1a48a355344aff7a25c76e0) | setup-common.c (66ba135c5a398df5c3a4b43d84d9df80cbc87c61) |
---|---|
1/* 2 * Common boot and setup code for both 32-bit and 64-bit. 3 * Extracted from arch/powerpc/kernel/setup_64.c. 4 * 5 * Copyright (C) 2001 PPC64 Team, IBM Corp 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License --- 39 unchanged lines hidden (view full) --- 48#include <asm/iommu.h> 49#include <asm/serial.h> 50#include <asm/cache.h> 51#include <asm/page.h> 52#include <asm/mmu.h> 53#include <asm/lmb.h> 54#include <asm/xmon.h> 55 | 1/* 2 * Common boot and setup code for both 32-bit and 64-bit. 3 * Extracted from arch/powerpc/kernel/setup_64.c. 4 * 5 * Copyright (C) 2001 PPC64 Team, IBM Corp 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License --- 39 unchanged lines hidden (view full) --- 48#include <asm/iommu.h> 49#include <asm/serial.h> 50#include <asm/cache.h> 51#include <asm/page.h> 52#include <asm/mmu.h> 53#include <asm/lmb.h> 54#include <asm/xmon.h> 55 |
56#include "setup.h" 57 |
|
56#undef DEBUG 57 58#ifdef DEBUG 59#define DBG(fmt...) udbg_printf(fmt) 60#else 61#define DBG(fmt...) 62#endif 63 --- 519 unchanged lines hidden --- | 58#undef DEBUG 59 60#ifdef DEBUG 61#define DBG(fmt...) udbg_printf(fmt) 62#else 63#define DBG(fmt...) 64#endif 65 --- 519 unchanged lines hidden --- |