Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
This commit is contained in:
commit
62f6c8fe77
|
@ -121,6 +121,11 @@ extern void vpanic(const char *, __va_list);
|
||||||
* existence for their counterparts in libzpool.
|
* existence for their counterparts in libzpool.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef DTRACE_PROBE
|
||||||
|
#undef DTRACE_PROBE
|
||||||
|
#define DTRACE_PROBE(a) ((void)0)
|
||||||
|
#endif /* DTRACE_PROBE */
|
||||||
|
|
||||||
#ifdef DTRACE_PROBE1
|
#ifdef DTRACE_PROBE1
|
||||||
#undef DTRACE_PROBE1
|
#undef DTRACE_PROBE1
|
||||||
#define DTRACE_PROBE1(a, b, c) ((void)0)
|
#define DTRACE_PROBE1(a, b, c) ((void)0)
|
||||||
|
@ -406,6 +411,8 @@ extern void delay(clock_t ticks);
|
||||||
#define kcred NULL
|
#define kcred NULL
|
||||||
#define CRED() NULL
|
#define CRED() NULL
|
||||||
|
|
||||||
|
#define ptob(x) ((x) * PAGESIZE)
|
||||||
|
|
||||||
extern uint64_t physmem;
|
extern uint64_t physmem;
|
||||||
|
|
||||||
extern int highbit(ulong_t i);
|
extern int highbit(ulong_t i);
|
||||||
|
|
Loading…
Reference in New Issue