mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 03:13:15 +01:00
Fixed a few minor issues.
This commit is contained in:
@@ -268,7 +268,8 @@ static inline void context_switch(struct ktcb *next)
|
||||
{
|
||||
struct ktcb *cur = current;
|
||||
|
||||
// printk("(%d) to (%d)\n", cur->tid, next->tid);
|
||||
//printk("(%d) to (%d)\n", cur->tid, next->tid);
|
||||
|
||||
|
||||
/* Flush caches and everything */
|
||||
arch_hardware_flush(TASK_PGD(next));
|
||||
|
||||
Reference in New Issue
Block a user