Spell hw.cbb.start_memory the same in the HINT as well as the sysctl.

Noted by: bde
This commit is contained in:
Warner Losh 2002-04-29 07:41:58 +00:00
parent 9ce2d50cf2
commit d76b2f9d54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95709

View File

@ -202,7 +202,7 @@ SYSCTL_NODE(_hw, OID_AUTO, cbb, CTLFLAG_RD, 0, "CBB parameters");
/* There's no way to say TUNEABLE_LONG to get the right types */
u_long pccbb_start_mem = PCCBB_START_MEM;
TUNABLE_INT("hw.cbb.start_memory", (int *)&pccbb_start_mem);
SYSCTL_ULONG(_hw_cbb, OID_AUTO, start_mem, CTLFLAG_RW,
SYSCTL_ULONG(_hw_cbb, OID_AUTO, start_memory, CTLFLAG_RW,
&pccbb_start_mem, PCCBB_START_MEM,
"Starting address for memory allocations");