mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 16:00:13 +01:00
Merge from FreeBSD r1.11: We have memset in the kernel, no need to define
it to bzero (which it was always used for).
This commit is contained in:
parent
447d8c56bb
commit
02675a470e
2 changed files with 2 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* $FreeBSD: src/sys/dev/drm/drm_os_freebsd.h,v 1.9 2003/04/25 01:18:46 anholt Exp $
|
||||
* $FreeBSD: src/sys/dev/drm/drm_os_freebsd.h,v 1.11 2003/05/31 19:31:46 phk Exp $
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
|
|
@ -332,8 +332,6 @@ find_first_zero_bit(volatile void *p, int max)
|
|||
|
||||
#define spldrm() spltty()
|
||||
|
||||
#define memset(p, v, s) bzero(p, s)
|
||||
|
||||
/*
|
||||
* Fake out the module macros for versions of FreeBSD where they don't
|
||||
* exist.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* $FreeBSD: src/sys/dev/drm/drm_os_freebsd.h,v 1.9 2003/04/25 01:18:46 anholt Exp $
|
||||
* $FreeBSD: src/sys/dev/drm/drm_os_freebsd.h,v 1.11 2003/05/31 19:31:46 phk Exp $
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
|
|
@ -332,8 +332,6 @@ find_first_zero_bit(volatile void *p, int max)
|
|||
|
||||
#define spldrm() spltty()
|
||||
|
||||
#define memset(p, v, s) bzero(p, s)
|
||||
|
||||
/*
|
||||
* Fake out the module macros for versions of FreeBSD where they don't
|
||||
* exist.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue