imx6的linux(3.0.35_4.1.0)编译出来开机画面怎么是2个企鹅-已解决

2020-02-21 21:32发布

本帖最后由 hiberhe 于 2014-7-25 00:26 编辑

如题,怎么干掉一个?是前景和背景的原因吗,我用的dl,显示是lvds0,sep0方式。
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
22条回答
hiberhe
1楼-- · 2020-02-23 11:06
include/linux/cpumask.h:
83 #if NR_CPUS > 1
84 #define num_online_cpus() cpumask_weight(cpu_online_mask)
...

include/linux/threads.h:
14 #ifndef CONFIG_NR_CPUS  15 /* FIXME: This should be fixed in the arch's Kconfig */  16 #define CONFIG_NR_CPUS 1
17 #endif
20 #define NR_CPUS CONFIG_NR_CPUS
hiberhe
2楼-- · 2020-02-23 16:17
本帖最后由 hiberhe 于 2014-7-25 00:15 编辑

arch/arm/Kconfig:
config NR_CPUS
int "Maximum number of CPUs (2-32)"
range 2 32
depends on SMP
default "4"

include/linux/cpumask.h,:
442 /**  
443 * cpumask_weight - Count of bits in *srcp  
444 * @srcp: the cpumask to count bits (< nr_cpu_ids) in.
445 */  
446 static inline unsigned int cpumask_weight(const struct cpumask *srcp)
447 {
448 return bitmap_weight(cpumask_bits(srcp), nr_cpumask_bits);
449 }
hiberhe
3楼-- · 2020-02-23 16:47
 精彩回答 2  元偷偷看……
nongxiaoming
4楼-- · 2020-02-23 22:09
真八核出来8只企鹅,很壮观啊~
kingboy1000
5楼-- · 2020-02-23 22:14
我的三星5260 显示6只
mangocity
6楼-- · 2020-02-23 23:37
richards 发表于 2014-7-24 16:25
我的 zynq 也是 两个  呵呵

如果多弄16个NIOS2核,会不会一窝企鹅出来了?哇哈哈


不过Linux kernel里真的是按照CPU核的个数来显示企鹅数量的。

一周热门 更多>