summaryrefslogtreecommitdiff
path: root/cpusched.h
blob: a7c26ce337fdfe2fa2af891ec902bbd185abaa7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * netsniff-ng - the packet sniffing beast
 * Copyright 2011 Daniel Borkmann.
 * Subject to the GPL, version 2.
 */

#ifndef CPUSCHED_H
#define CPUSCHED_H

extern void init_cpusched(unsigned int cpus);
extern unsigned int socket_to_cpu(int fd);
extern unsigned int register_socket(int fd);
extern void unregister_socket(int fd);
extern void destroy_cpusched(void);

#endif /* CPUSCHED_H */
ubmit' value='reload'/>
authorVineet Gupta <vgupta@synopsys.com>2016-10-13 15:53:02 -0700
committerVineet Gupta <vgupta@synopsys.com>2016-10-28 10:06:48 -0700
commit711c1f2671174c918045e2cb20aece976ac516cd (patch)
tree0455752673a2d678b20b9ba0815abefb1ee1b735
parentcf986d470208fbdd68b6934a86ccd81c04408484 (diff)
ARCv2: boot log: print IOC exists as well as enabled status
Previously we would not print the case when IOC existed but was not enabled. And while at it, reduce one line off boot printing by consolidating the Peripheral address space and IO-Coherency which in a way applies to them Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat