mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
Bump __FreeBSD_version
Reviewed by: kris, ru
This commit is contained in:
parent
0f2f1f7124
commit
6421d1dbcb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131883
4
UPDATING
4
UPDATING
@ -17,6 +17,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
|
|||||||
developers choose to disable these features on build machines
|
developers choose to disable these features on build machines
|
||||||
to maximize performance.
|
to maximize performance.
|
||||||
|
|
||||||
|
20040708:
|
||||||
|
Bluetooth code has been marked as non-i386 specific.
|
||||||
|
__FreeBSD_version has been bumped to 502121 to mark this change.
|
||||||
|
|
||||||
20040702:
|
20040702:
|
||||||
The native preemption has been added to the kernel scheduler.
|
The native preemption has been added to the kernel scheduler.
|
||||||
There is some report that ULE scheduler was broken in some
|
There is some report that ULE scheduler was broken in some
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
|
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
|
||||||
*/
|
*/
|
||||||
#undef __FreeBSD_version
|
#undef __FreeBSD_version
|
||||||
#define __FreeBSD_version 502120 /* Master, propagated to newvers */
|
#define __FreeBSD_version 502121 /* Master, propagated to newvers */
|
||||||
|
|
||||||
#ifndef LOCORE
|
#ifndef LOCORE
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user