Deleted Added
full compact
bswap32.S (91394) bswap32.S (139815)
1/*
1/*-
2 * Copyright (c) 1996 Carnegie-Mellon University.
3 * All rights reserved.
4 *
5 * Author: Chris G. Demetriou
6 *
7 * Permission to use, copy, modify and distribute this software and
8 * its documentation is hereby granted, provided that both the copyright
9 * notice and this permission notice appear in all copies of the

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

22 * Pittsburgh PA 15213-3890
23 *
24 * any improvements or extensions that they make and grant Carnegie the
25 * rights to redistribute these changes.
26 *
27 * from: NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd
28 * from: src/sys/libkern/ia64/htonl.S,v 1.2 2002/02/18 20:35:21
29 *
2 * Copyright (c) 1996 Carnegie-Mellon University.
3 * All rights reserved.
4 *
5 * Author: Chris G. Demetriou
6 *
7 * Permission to use, copy, modify and distribute this software and
8 * its documentation is hereby granted, provided that both the copyright
9 * notice and this permission notice appear in all copies of the

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

22 * Pittsburgh PA 15213-3890
23 *
24 * any improvements or extensions that they make and grant Carnegie the
25 * rights to redistribute these changes.
26 *
27 * from: NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd
28 * from: src/sys/libkern/ia64/htonl.S,v 1.2 2002/02/18 20:35:21
29 *
30 * $FreeBSD: head/sys/libkern/ia64/bswap32.S 91394 2002-02-27 17:16:18Z tmm $
30 * $FreeBSD: head/sys/libkern/ia64/bswap32.S 139815 2005-01-07 00:24:33Z imp $
31 */
32
33#define NAME __bswap32
34
35#include <libkern/ia64/byte_swap_4.S>
31 */
32
33#define NAME __bswap32
34
35#include <libkern/ia64/byte_swap_4.S>