mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +01:00
ircd::info: Remove redundant. (e472a4a5df
)
This commit is contained in:
parent
eb3a09d5e2
commit
25b5d8763d
1 changed files with 0 additions and 15 deletions
15
ircd/info.cc
15
ircd/info.cc
|
@ -176,21 +176,6 @@ ircd::info::dump_cpu_info()
|
|||
};
|
||||
#endif
|
||||
|
||||
log::logf
|
||||
{
|
||||
log::star, log::DEBUG,
|
||||
"0..00 STD MANUFAC [%08x|%08x|%08x|%08x] "
|
||||
"0..01 STD FEATURE [%08x|%08x|%08x|%08x]",
|
||||
uint32_t(hardware::x86::manufact >> 0),
|
||||
uint32_t(hardware::x86::manufact >> 32),
|
||||
uint32_t(hardware::x86::manufact >> 64),
|
||||
uint32_t(hardware::x86::manufact >> 96),
|
||||
uint32_t(hardware::x86::features >> 0),
|
||||
uint32_t(hardware::x86::features >> 32),
|
||||
uint32_t(hardware::x86::features >> 64),
|
||||
uint32_t(hardware::x86::features >> 96),
|
||||
};
|
||||
|
||||
char pbuf[6][48];
|
||||
log::info
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue