x86: cpu_x86: Make cpu_x86_get_count() non-static
authorWolfgang Wallner <wolfgang.wallner@br-automation.com>
Tue, 25 Feb 2020 12:19:47 +0000 (13:19 +0100)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 5 Mar 2020 10:25:22 +0000 (18:25 +0800)
commitfc35d7e1b1acc915111cff1ab73c24e56dba3a9d
tree841a754f9d14c689e132beff0e86bf19e09a6d5c
parent6301615e5440594d9c8e1283de21299f56cc95a8
x86: cpu_x86: Make cpu_x86_get_count() non-static

The function cpu_x86_get_count() is also useful for other modules.
Make it non-static and add a prototype + description.

Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/cpu_x86.c
arch/x86/include/asm/cpu_x86.h