#ifndef PROC_H #define PROC_H #include extern void cpu_affinity(int cpu); extern int set_proc_prio(int prio); extern int set_sched_status(int policy, int priority); extern ssize_t proc_get_cmdline(unsigned int pid, char *cmdline, size_t len); extern int proc_exec(const char *proc, char *const argv[]); #endif /* PROC_H */ tom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhayeswang <hayeswang@realtek.com>2016-06-16 10:55:17 +0800
committerDavid S. Miller <davem@davemloft.net>2016-06-15 23:39:18 -0700
commit4e384ac19b5be6ad084b215d298b82b3a91ad24b (patch)
tree83ef669d7e6dd3b0b169d9e41de4315fd9365eb3
parent8c08c7325ec36c9d338cedebc4570b567fa9a740 (diff)
r8152: disable MAC clock speed down
Disable MAC clock speed down. It may casue the first control transfer to contain the wrong data, when the power state change from U1 to U0. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>