Deleted Added
full compact
psl.h (256281) psl.h (266084)
1/* $NetBSD: psl.h,v 1.6 2003/06/16 20:00:58 thorpej Exp $ */
2
3/*-
4 * Copyright (c) 1995 Mark Brinicombe.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

36 *
37 * psl.h
38 *
39 * spl prototypes.
40 * Eventually this will become a set of defines.
41 *
42 * Created : 21/07/95
43 *
1/* $NetBSD: psl.h,v 1.6 2003/06/16 20:00:58 thorpej Exp $ */
2
3/*-
4 * Copyright (c) 1995 Mark Brinicombe.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

36 *
37 * psl.h
38 *
39 * spl prototypes.
40 * Eventually this will become a set of defines.
41 *
42 * Created : 21/07/95
43 *
44 * $FreeBSD: stable/10/sys/arm/include/psl.h 139735 2005-01-05 21:58:49Z imp $
44 * $FreeBSD: stable/10/sys/arm/include/psl.h 266084 2014-05-14 19:18:58Z ian $
45 */
46
47#ifndef _MACHINE_PSL_H_
48#define _MACHINE_PSL_H_
45 */
46
47#ifndef _MACHINE_PSL_H_
48#define _MACHINE_PSL_H_
49#include <machine/intr.h>
50
51/*
52 * These are the different SPL states
53 *
54 * Each state has an interrupt mask associated with it which
55 * indicate which interrupts are allowed.
56 */
57

--- 26 unchanged lines hidden ---
49
50/*
51 * These are the different SPL states
52 *
53 * Each state has an interrupt mask associated with it which
54 * indicate which interrupts are allowed.
55 */
56

--- 26 unchanged lines hidden ---