Skip to content

Commit

Permalink
Make omrsysinfo_get_x86_cpuid static
Browse files Browse the repository at this point in the history
Signed-off-by: Aidan Ha <qbha@edu.uwaterloo.ca>
  • Loading branch information
AidanHa committed Dec 10, 2019
1 parent 986c529 commit bf14419
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion port/common/omrsysinfo_helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ omrsysinfo_get_x86_description(struct OMRPortLibrary *portLibrary, OMRProcessorD
*
*/

void
static void
omrsysinfo_get_x86_cpuid(uint32_t leaf, uint32_t *cpuInfo)
{
cpuInfo[0] = leaf;
Expand Down
3 changes: 0 additions & 3 deletions port/common/omrsysinfo_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@

#include "omrport.h"

extern void
omrsysinfo_get_x86_cpuid(uint32_t leaf, uint32_t *cpuInfo);

extern intptr_t
omrsysinfo_get_x86_description(struct OMRPortLibrary *portLibrary, OMRProcessorDesc *desc);

Expand Down

0 comments on commit bf14419

Please sign in to comment.