Deleted Added
full compact
subr_pcpu.c (116182) subr_pcpu.c (139804)
1/*
1/*-
2 * Copyright (c) 2001 Wind River Systems, Inc.
3 * All rights reserved.
4 * Written by: John Baldwin <jhb@FreeBSD.org>
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

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

38 * gaps in the mappings.
39 * - The platform sets the value of MAXCPU in <machine/param.h>.
40 * - It is suggested, but not required, that in the non-SMP case, the
41 * platform define MAXCPU to be 1 and define the logical ID of the
42 * sole CPU as 0.
43 */
44
45#include <sys/cdefs.h>
2 * Copyright (c) 2001 Wind River Systems, Inc.
3 * All rights reserved.
4 * Written by: John Baldwin <jhb@FreeBSD.org>
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

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

38 * gaps in the mappings.
39 * - The platform sets the value of MAXCPU in <machine/param.h>.
40 * - It is suggested, but not required, that in the non-SMP case, the
41 * platform define MAXCPU to be 1 and define the logical ID of the
42 * sole CPU as 0.
43 */
44
45#include <sys/cdefs.h>
46__FBSDID("$FreeBSD: head/sys/kern/subr_pcpu.c 116182 2003-06-11 00:56:59Z obrien $");
46__FBSDID("$FreeBSD: head/sys/kern/subr_pcpu.c 139804 2005-01-06 23:35:40Z imp $");
47
48#include "opt_ddb.h"
49
50#include <sys/param.h>
51#include <sys/systm.h>
52#include <sys/linker_set.h>
53#include <sys/lock.h>
54#include <sys/pcpu.h>

--- 91 unchanged lines hidden ---
47
48#include "opt_ddb.h"
49
50#include <sys/param.h>
51#include <sys/systm.h>
52#include <sys/linker_set.h>
53#include <sys/lock.h>
54#include <sys/pcpu.h>

--- 91 unchanged lines hidden ---