Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2290 → Rev 2291

/branches/arm/kernel/arch/arm32/include/cycle.h
1,5 → 1,5
/*
* Copyright (c) 2006 Martin Decky
* Copyright (c) 2007 Michal Kebrt
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
37,7 → 37,7
 
static inline uint64_t get_cycle(void)
{
/* TODO */
// no such instruction on ARM to get count of cycles
return 0;
}