⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 system.h

📁 内核linux2.4.20,可跟rtlinux3.2打补丁 组成实时linux系统,编译内核
💻 H
字号:
/* * linux/include/asm-arm/arch-nexuspci/system.h * * Copyright (c) 1996, 97, 98, 99, 2000 FutureTV Labs Ltd. *//* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */#ifndef __ASM_ARCH_SYSTEM_H#define __ASM_ARCH_SYSTEM_Hstatic void arch_idle(void){	while (!current->need_resched && !hlt_counter)		cpu_do_idle(IDLE_WAIT_SLOW);}#define arch_reset(mode)	do { } while (0)#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -