summaryrefslogtreecommitdiff
path: root/iosched.h
blob: 19ff1ff9d859eaecb6683d6a773e4802e906b4bf (plain)
1
2
3
4
5
6
7
8
#ifndef IOSCHED_H
#define IOSCHED_H

extern void ioprio_print(void);
extern void set_ioprio_rt(void);
extern void set_ioprio_be(void);

#endif /* IOSCHED_H */
it' value='reload'/>
authorOded Gabbay <oded.gabbay@gmail.com>2016-05-29 08:21:53 +0300
committerOded Gabbay <oded.gabbay@gmail.com>2016-06-03 08:50:40 +0300
commit0fbbbf8b599ff840ff1a3c0cc00dd67ba8a52c9c (patch)
tree4766bb75da013204a85b6f957fb9541713d39f93
parentbc4755a4bd1845ef6e88ac8c62f12e05bb530256 (diff)
drm/amdkfd: print once about mem_banks truncation
This print can really spam the kernel log in case we are truncating mem_banks, so just print this info once. It should also not be classified as warning. Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat