kms R100-R500: load microcode and start cp

git-svn-id: svn://kolibrios.org@1412 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2010-02-13 21:28:53 +00:00
parent aa54290806
commit bc7ac722c2
53 changed files with 13715 additions and 93 deletions

View File

@@ -113,6 +113,8 @@ static inline void *kcalloc(size_t n, size_t size, uint32_t flags)
return kzalloc(n * size, 0);
}
void free (void *ptr);
#endif /* __KERNEL__ */
typedef unsigned long pgprotval_t;
@@ -122,6 +124,7 @@ typedef struct pgprot { pgprotval_t pgprot; } pgprot_t;
struct file {};
struct vm_area_struct {};
struct address_space {};
struct device {};
#define preempt_disable() do { } while (0)
#define preempt_enable_no_resched() do { } while (0)
@@ -133,8 +136,5 @@ struct address_space {};
#define preempt_enable_notrace() do { } while (0)
void free (void *ptr);
#endif