Deleted Added
full compact
cvmx_config.h (210311) cvmx_config.h (217214)
1/***********************license start***************
2 * Copyright (c) 2003-2008 Cavium Networks (support@cavium.com). All rights
3 * reserved.
4 *
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met:

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

30 * PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET
31 * POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT
32 * OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU.
33 *
34 *
35 * For any questions regarding licensing please contact marketing@caviumnetworks.com
36 *
37 ***********************license end**************************************/
1/***********************license start***************
2 * Copyright (c) 2003-2008 Cavium Networks (support@cavium.com). All rights
3 * reserved.
4 *
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met:

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

30 * PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET
31 * POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT
32 * OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU.
33 *
34 *
35 * For any questions regarding licensing please contact marketing@caviumnetworks.com
36 *
37 ***********************license end**************************************/
38/* $FreeBSD: head/sys/mips/cavium/cvmx_config.h 210311 2010-07-20 19:25:11Z jmallett $ */
38/* $FreeBSD: head/sys/mips/cavium/cvmx_config.h 217214 2011-01-10 03:48:41Z jmallett $ */
39
40#ifndef _CVMX_CONFIG_H
41#define _CVMX_CONFIG_H
42
43#include "opt_cvmx.h"
44
45#include <sys/types.h>
46#include <sys/param.h>
47#include <sys/systm.h>
39
40#ifndef _CVMX_CONFIG_H
41#define _CVMX_CONFIG_H
42
43#include "opt_cvmx.h"
44
45#include <sys/types.h>
46#include <sys/param.h>
47#include <sys/systm.h>
48#include <sys/mbuf.h>
48
49#include <vm/vm.h>
50#include <vm/pmap.h>
51
52#include <machine/pmap.h>
53#include <machine/stdarg.h>
54
55#define asm __asm

--- 139 unchanged lines hidden ---
49
50#include <vm/vm.h>
51#include <vm/pmap.h>
52
53#include <machine/pmap.h>
54#include <machine/stdarg.h>
55
56#define asm __asm

--- 139 unchanged lines hidden ---