]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7172373f1f4b3910639236412e4e72e727be1f07
tree841a754f9d14c689e132beff0e86bf19e09a6d5c
parente757392b7e6f6112a5153237f488ae011dd414bc
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