setup.c (3b5d1afd1f13bcab85eaa28223ad396694f929e3) setup.c (b3545192e2b4647234254c5122f8cbfddbcbdaa0)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Architecture-specific setup.
4 *
5 * Copyright (C) 1998-2001, 2003-2004 Hewlett-Packard Co
6 * David Mosberger-Tang <davidm@hpl.hp.com>
7 * Stephane Eranian <eranian@hpl.hp.com>
8 * Copyright (C) 2000, 2004 Intel Corp

--- 51 unchanged lines hidden (view full) ---

60#include <asm/processor.h>
61#include <asm/sal.h>
62#include <asm/sections.h>
63#include <asm/setup.h>
64#include <asm/smp.h>
65#include <asm/tlbflush.h>
66#include <asm/unistd.h>
67#include <asm/uv/uv.h>
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Architecture-specific setup.
4 *
5 * Copyright (C) 1998-2001, 2003-2004 Hewlett-Packard Co
6 * David Mosberger-Tang <davidm@hpl.hp.com>
7 * Stephane Eranian <eranian@hpl.hp.com>
8 * Copyright (C) 2000, 2004 Intel Corp

--- 51 unchanged lines hidden (view full) ---

60#include <asm/processor.h>
61#include <asm/sal.h>
62#include <asm/sections.h>
63#include <asm/setup.h>
64#include <asm/smp.h>
65#include <asm/tlbflush.h>
66#include <asm/unistd.h>
67#include <asm/uv/uv.h>
68#include <asm/xtp.h>
68
69#if defined(CONFIG_SMP) && (IA64_CPU_SIZE > PAGE_SIZE)
70# error "struct cpuinfo_ia64 too big!"
71#endif
72
73char ia64_platform_name[64];
74
75#ifdef CONFIG_SMP

--- 1010 unchanged lines hidden ---
69
70#if defined(CONFIG_SMP) && (IA64_CPU_SIZE > PAGE_SIZE)
71# error "struct cpuinfo_ia64 too big!"
72#endif
73
74char ia64_platform_name[64];
75
76#ifdef CONFIG_SMP

--- 1010 unchanged lines hidden ---