#ifndef TIMER_H #define TIMER_H #include extern void set_itimer_interval_value(struct itimerval *itimer, unsigned long sec, unsigned long usec); #endif /* TIMER_H */ ' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/fs/jffs2?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/jffs2
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2')
=73a532061c65f4e15a3aa7d75fde81203749562b'>73a532061c65f4e15a3aa7d75fde81203749562b (patch)
treecfd5b2838ddfb79b9dcfaf75c26c3ca01ceb91ac
parentd1b9f81456d27dd44c0e7193a8a24ec0bfeda98b (diff)
powerpc/8xx: Move additional DTLBMiss handlers out of exception area
When all options are activated, there is not enough space for the DTLBMiss handlers that handles IMMR area and linear RAM pages in the exception area once we have added hugepage handling. So lets move them after .0x2000 Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>