forked from KolibriOS/kolibrios
ddk: update
git-svn-id: svn://kolibrios.org@6295 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -62,4 +62,8 @@ struct vm_operations_struct {
|
||||
};
|
||||
#define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK)
|
||||
|
||||
|
||||
static inline int set_page_dirty(struct page *page)
|
||||
{ return 0; };
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user