Deleted Added
sdiff udiff text old ( 256281 ) new ( 266084 )
full compact
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 $
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 ---