Deleted Added
full compact
fuswintr.c (77957) fuswintr.c (90643)
1/*-
2 * Copyright (C) 1994 Wolfgang Solfrank.
3 * Copyright (C) 1994 TooLs GmbH.
4 * All rights reserved.
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:

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

28 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
29 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $NetBSD: fuswintr.c,v 1.2 2000/06/08 07:29:54 kleink Exp $
32 */
33
34#ifndef lint
35static const char rcsid[] =
1/*-
2 * Copyright (C) 1994 Wolfgang Solfrank.
3 * Copyright (C) 1994 TooLs GmbH.
4 * All rights reserved.
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:

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

28 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
29 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $NetBSD: fuswintr.c,v 1.2 2000/06/08 07:29:54 kleink Exp $
32 */
33
34#ifndef lint
35static const char rcsid[] =
36 "$FreeBSD: head/sys/powerpc/powerpc/fuswintr.c 77957 2001-06-10 02:39:37Z benno $";
36 "$FreeBSD: head/sys/powerpc/powerpc/fuswintr.c 90643 2002-02-14 01:39:11Z benno $";
37#endif /* not lint */
38
39#include <sys/param.h>
37#endif /* not lint */
38
39#include <sys/param.h>
40#include <sys/systm.h>
40#include <sys/resourcevar.h>
41
42/*
43 * Emulate fuswintr
44 *
45 * Simply return fault for all cases
46 */
47int
48fuswintr(void *addr)
49{
50
51 return -1;
52}
41#include <sys/resourcevar.h>
42
43/*
44 * Emulate fuswintr
45 *
46 * Simply return fault for all cases
47 */
48int
49fuswintr(void *addr)
50{
51
52 return -1;
53}