- Move MFP freq to a separate header

- initialize the time_base_frequency kernel arg (should be done in the bootloader though...). We will use MFP timer to support system_time(). At least try to.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28098 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-10-14 18:40:45 +00:00
parent 531bc71bf9
commit 86cb5b45da
2 changed files with 23 additions and 3 deletions
@@ -0,0 +1,14 @@
/*
* Copyright 2008, Haiku Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* François Revol <[email protected]>
*/
#ifndef _PLATFORM_ATARI_M68K_H
#define _PLATFORM_ATARI_M68K_H
/* base MFP frequency in MHz */
#define MFP_FREQ 2457600UL
#endif /* _PLATFORM_ATARI_M68K_H */