Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
4e72e790
Commit
4e72e790
authored
Sep 08, 2011
by
Hisham Muhammad
Browse files
make sure PLPA debug message never shows
parent
31c995e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
plpa-1.3.2/src/libplpa/plpa_map.c
View file @
4e72e790
...
...
@@ -449,11 +449,6 @@ static void load_cache(void)
if
(
map_processor_id_to_tuple
[
k
].
socket_id
==
i
&&
map_processor_id_to_tuple
[
k
].
core_id
==
j
)
{
*
tuple_ptr
=
&
map_processor_id_to_tuple
[
k
];
#if defined(PLPA_DEBUG) && PLPA_DEBUG
printf
(
"Creating map [%d]: (socket %d, core %d) -> ID %d
\n
"
,
i
*
(
max_core_id_overall
+
1
)
+
j
,
i
,
j
,
k
);
#endif
break
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment