- 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:
@@ -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 */
|
||||
Reference in New Issue
Block a user